Fog::Collection
# File lib/fog/rackspace/models/monitoring/check_types.rb, line 10 def all data = service.list_check_types.body['values'] load(data) end
# File lib/fog/rackspace/models/monitoring/check_types.rb, line 15 def new(attributes = {}) super({ }.merge!(attributes)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.