Class: Fog::Rackspace::Monitoring::CheckTypes

Inherits:
Collection
  • Object
show all
Defined in:
lib/fog/rackspace/models/monitoring/check_types.rb

Instance Method Summary collapse

Instance Method Details

#allObject



10
11
12
13
# File 'lib/fog/rackspace/models/monitoring/check_types.rb', line 10

def all
  data = service.list_check_types.body['values']
  load(data)
end

#new(attributes = {}) ⇒ Object



15
16
17
# File 'lib/fog/rackspace/models/monitoring/check_types.rb', line 15

def new(attributes = {})
  super({ }.merge!(attributes))
end