Class: Tina::S3Object
- Inherits:
-
Struct
- Object
- Struct
- Tina::S3Object
- Defined in:
- lib/tina.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#key ⇒ Object
Returns the value of attribute key.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket
2 3 4 |
# File 'lib/tina.rb', line 2 def bucket @bucket end |
#key ⇒ Object
Returns the value of attribute key
2 3 4 |
# File 'lib/tina.rb', line 2 def key @key end |
#size ⇒ Object
Returns the value of attribute size
2 3 4 |
# File 'lib/tina.rb', line 2 def size @size end |