Class: ServerEc2EbsVolume

Inherits:
Object
  • Object
show all
Extended by:
RightScale::Api::BaseExtend, RightScale::Api::TaggableExtend
Includes:
RightScale::Api::Base, RightScale::Api::Taggable
Defined in:
lib/rest_connection/rightscale/server_ec2_ebs_volume.rb

Overview

API 1.0

Instance Attribute Summary

Attributes included from RightScale::Api::Base

#params

Class Method Summary collapse

Instance Method Summary collapse

Methods included from RightScale::Api::BaseExtend

[], create, deny_methods, filters, find, find_all, find_by, find_by_cloud_id, find_by_id, find_by_nickname, find_by_nickname_speed, find_with_filter

Methods included from RightScale::Api::BaseConnection

#connection

Methods included from RightScale::Api::TaggableExtend

find_by_tags

Methods included from RightScale::Api::Taggable

#add_tags, #clear_tags, #get_info_tags, #get_tags_by_namespace, #remove_info_tags, #remove_tags, #remove_tags_by_namespace, #set_info_tags, #set_tags_by_namespace, #set_tags_to, #tags

Methods included from RightScale::Api::Base

#[], #[]=, #destroy, #initialize, #method_missing, #reload, #rs_id, #save

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RightScale::Api::Base

Class Method Details

.resource_plural_nameObject



43
44
45
# File 'lib/rest_connection/rightscale/server_ec2_ebs_volume.rb', line 43

def self.resource_plural_name
  "component_ec2_ebs_volumes"
end

.resource_singular_nameObject



47
48
49
# File 'lib/rest_connection/rightscale/server_ec2_ebs_volume.rb', line 47

def self.resource_singular_name
  "component_ec2_ebs_volume"
end

Instance Method Details

#resource_plural_nameObject



35
36
37
# File 'lib/rest_connection/rightscale/server_ec2_ebs_volume.rb', line 35

def resource_plural_name
  "component_ec2_ebs_volumes"
end

#resource_singular_nameObject



39
40
41
# File 'lib/rest_connection/rightscale/server_ec2_ebs_volume.rb', line 39

def resource_singular_name
  "component_ec2_ebs_volume"
end