Class: Image

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

#architectureObject

Returns the value of attribute architecture.



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

def architecture
  @architecture
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#owner_idObject

Returns the value of attribute owner_id.



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

def owner_id
  @owner_id
end

#stateObject

Returns the value of attribute state.



26
27
28
# File 'lib/deltacloud/models/image.rb', line 26

def state
  @state
end