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