class Fog::Rackspace::Monitoring::CheckTypes

Public Instance Methods

all() click to toggle source
# File lib/fog/rackspace/models/monitoring/check_types.rb, line 11
def all
  data = service.list_check_types.body['values']
  load(data)
end
new(attributes = {}) click to toggle source
Calls superclass method Fog::Collection.new
# File lib/fog/rackspace/models/monitoring/check_types.rb, line 16
def new(attributes = {})
  super({ }.merge!(attributes))
end