Class: Realm
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#name ⇒ Object
Returns the value of attribute name.
-
#state ⇒ Object
Returns the value of attribute state.
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
#limit ⇒ Object
Returns the value of attribute limit.
23 24 25 |
# File 'lib/deltacloud/models/realm.rb', line 23 def limit @limit end |
#name ⇒ Object
Returns the value of attribute name.
22 23 24 |
# File 'lib/deltacloud/models/realm.rb', line 22 def name @name end |
#state ⇒ Object
Returns the value of attribute state.
24 25 26 |
# File 'lib/deltacloud/models/realm.rb', line 24 def state @state end |