Class: Ec2EbsVolume
- Inherits:
-
RightResource::Base
- Object
- RightResource::Base
- Ec2EbsVolume
- Defined in:
- lib/right_resource/ec2_ebs_volume.rb
Instance Attribute Summary
Attributes inherited from RightResource::Base
Class Method Summary collapse
Methods inherited from RightResource::Base
collection_path, connection, connection=, create, #destory, destory, element_path, format, format=, generate_attributes, headers, index, #initialize, #load_accessor, #loads, logger, logger=, #new?, resource_id, resource_name, #save, show, status, update, #update_attributes
Constructor Details
This class inherits a constructor from RightResource::Base
Class Method Details
.attach_to_server ⇒ Object
3 4 5 6 |
# File 'lib/right_resource/ec2_ebs_volume.rb', line 3 def attach_to_server name = "component_ec2_ebs_volumes" raise NotImplementedError end |