Class RightAws::S3::Owner
In: lib/s3/right_s3.rb
Parent: Object
RuntimeError AwsError AwsNoChange RightAWSParser RightErrorResponseParser RightHttp2xxParser AcfInterface SqsInterface SqsGen2Interface S3Interface Ec2 SdbInterface RightAwsBase ActiveSdbConnect ActiveSdb SqsGen2 S3 S3Generator Sqs RightDummyParser AWSErrorHandler AwsBenchmarkingBlock AwsUtils RightSaxParserCallback lib/sqs/right_sqs_interface.rb lib/sqs/right_sqs_gen2.rb lib/s3/right_s3.rb lib/acf/right_acf_interface.rb lib/sqs/right_sqs_gen2_interface.rb lib/sqs/right_sqs.rb lib/sdb/right_sdb_interface.rb lib/sdb/active_sdb.rb lib/ec2/right_ec2.rb lib/s3/right_s3_interface.rb lib/awsbase/right_awsbase.rb RightAwsBaseInterface VERSION RightAws dot/m_13_0.png

Methods

new   to_s  

Attributes

id  [R] 
name  [R] 

Public Class methods

[Source]

     # File lib/s3/right_s3.rb, line 645
645:       def initialize(id, name)
646:         @id   = id
647:         @name = name
648:       end

Public Instance methods

Return Owner name as a String.

[Source]

     # File lib/s3/right_s3.rb, line 651
651:       def to_s
652:         @name
653:       end

[Validate]