Class: S3::Owner
- Inherits:
-
Object
- Object
- S3::Owner
- Defined in:
- lib/s3sync/S3.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#display_name ⇒ Object
Returns the value of attribute display_name.
489 490 491 |
# File 'lib/s3sync/S3.rb', line 489 def display_name @display_name end |
#id ⇒ Object
Returns the value of attribute id.
488 489 490 |
# File 'lib/s3sync/S3.rb', line 488 def id @id end |