# File lib/fog/rackspace/models/monitoring/entities.rb, line 13 def all(options={}) data = service.list_entities(options).body self.marker = data['metadata']['next_marker'] load(data['values']) end
# File lib/fog/rackspace/models/monitoring/entities.rb, line 20 def get(entity_id) data = service.get_entity(entity_id).body new(data) rescue Fog::Rackspace::Monitoring::NotFound nil end
Generated with the Darkfish Rdoc Generator 2.