Class: Rackspace::CloudServers::Image
- Defined in:
- lib/rackspace/cloud_servers/image.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#name ⇒ Object
Returns the value of attribute name.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#serverId ⇒ Object
Returns the value of attribute serverId.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated ⇒ Object
Returns the value of attribute updated.
Attributes inherited from Base
Instance Method Summary collapse
-
#update ⇒ Object
Updating isn’t allowed for images.
Methods inherited from Base
all, #attributes_for_update, count, #create, create, #destroy, find, first, #initialize, last, #new_record?, #reload, resource, resource_url, #save, #set_attributes
Constructor Details
This class inherits a constructor from Rackspace::CloudServers::Base
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created.
2 3 4 |
# File 'lib/rackspace/cloud_servers/image.rb', line 2 def created @created end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/rackspace/cloud_servers/image.rb', line 2 def name @name end |
#progress ⇒ Object
Returns the value of attribute progress.
2 3 4 |
# File 'lib/rackspace/cloud_servers/image.rb', line 2 def progress @progress end |
#serverId ⇒ Object
Returns the value of attribute serverId.
2 3 4 |
# File 'lib/rackspace/cloud_servers/image.rb', line 2 def serverId @serverId end |
#status ⇒ Object
Returns the value of attribute status.
2 3 4 |
# File 'lib/rackspace/cloud_servers/image.rb', line 2 def status @status end |
#updated ⇒ Object
Returns the value of attribute updated.
2 3 4 |
# File 'lib/rackspace/cloud_servers/image.rb', line 2 def updated @updated end |
Instance Method Details
#update ⇒ Object
Updating isn’t allowed for images
5 6 7 |
# File 'lib/rackspace/cloud_servers/image.rb', line 5 def update false end |