Class: StorageSnapshot
- Defined in:
- lib/deltacloud/models/storage_snapshot.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#state ⇒ Object
Returns the value of attribute state.
-
#storage_volume_id ⇒ Object
Returns the value of attribute storage_volume_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
#created ⇒ Object
Returns the value of attribute created.
25 26 27 |
# File 'lib/deltacloud/models/storage_snapshot.rb', line 25 def created @created end |
#state ⇒ Object
Returns the value of attribute state.
23 24 25 |
# File 'lib/deltacloud/models/storage_snapshot.rb', line 23 def state @state end |
#storage_volume_id ⇒ Object
Returns the value of attribute storage_volume_id.
24 25 26 |
# File 'lib/deltacloud/models/storage_snapshot.rb', line 24 def storage_volume_id @storage_volume_id end |