Class: Realm

Inherits:
BaseModel show all
Defined in:
lib/deltacloud/models/realm.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

attr_accessor, attributes, #attributes, #id, #initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from BaseModel

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



23
24
25
# File 'lib/deltacloud/models/realm.rb', line 23

def limit
  @limit
end

#nameObject

Returns the value of attribute name.



22
23
24
# File 'lib/deltacloud/models/realm.rb', line 22

def name
  @name
end

#stateObject

Returns the value of attribute state.



24
25
26
# File 'lib/deltacloud/models/realm.rb', line 24

def state
  @state
end