# File lib/fog/rackspace/models/monitoring/alarms.rb, line 13 def all(options={}) requires :entity data = service.list_alarms(entity.identity, options).body self.marker = data['metadata']['next_marker'] load(data['values']) end
# File lib/fog/rackspace/models/monitoring/alarms.rb, line 34 def create(attributes = {}) requires :entity super({ :entity => entity }.merge!(attributes)) end
Generated with the Darkfish Rdoc Generator 2.