class RightAws::S3::Owner
Attributes
id[R]
name[R]
Public Class Methods
new(id, name)
click to toggle source
# File lib/s3/right_s3.rb, line 704 def initialize(id, name) @id = id @name = name end
Public Instance Methods
to_s()
click to toggle source
Return Owner name as a String
.
# File lib/s3/right_s3.rb, line 710 def to_s @name end