Class: StorageSnapshot

Inherits:
BaseModel show all
Defined in:
lib/deltacloud/models/storage_snapshot.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

#createdObject

Returns the value of attribute created.



25
26
27
# File 'lib/deltacloud/models/storage_snapshot.rb', line 25

def created
  @created
end

#stateObject

Returns the value of attribute state.



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

def state
  @state
end

#storage_volume_idObject

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