Method: Fog::Rackspace::Monitoring::Checks#all

Defined in:
lib/fog/rackspace/models/monitoring/checks.rb

#allObject



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

def all
  requires :entity
  data = service.list_checks(entity.identity).body['values']
  load(data)
end