Class: S3Bucket

Inherits:
Object
  • Object
show all
Extended by:
RightScale::Api::BaseExtend
Includes:
RightScale::Api::Base
Defined in:
lib/rest_connection/rightscale/s3_bucket.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::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



37
38
39
# File 'lib/rest_connection/rightscale/s3_bucket.rb', line 37

def self.resource_plural_name
  "s3_buckets"
end

.resource_singular_nameObject



33
34
35
# File 'lib/rest_connection/rightscale/s3_bucket.rb', line 33

def self.resource_singular_name
  "s3_bucket"
end

Instance Method Details

#resource_plural_nameObject



45
46
47
# File 'lib/rest_connection/rightscale/s3_bucket.rb', line 45

def resource_plural_name
  "s3_buckets"
end

#resource_singular_nameObject



41
42
43
# File 'lib/rest_connection/rightscale/s3_bucket.rb', line 41

def resource_singular_name
  "s3_bucket"
end