Class: Shuck::S3Object
- Inherits:
-
Object
- Object
- Shuck::S3Object
- Defined in:
- lib/shuck/s3_object.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#creation_date ⇒ Object
Returns the value of attribute creation_date.
-
#io ⇒ Object
Returns the value of attribute io.
-
#md5 ⇒ Object
Returns the value of attribute md5.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type.
3 4 5 |
# File 'lib/shuck/s3_object.rb', line 3 def content_type @content_type end |
#creation_date ⇒ Object
Returns the value of attribute creation_date.
3 4 5 |
# File 'lib/shuck/s3_object.rb', line 3 def creation_date @creation_date end |
#io ⇒ Object
Returns the value of attribute io.
3 4 5 |
# File 'lib/shuck/s3_object.rb', line 3 def io @io end |
#md5 ⇒ Object
Returns the value of attribute md5.
3 4 5 |
# File 'lib/shuck/s3_object.rb', line 3 def md5 @md5 end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/shuck/s3_object.rb', line 3 def name @name end |
#size ⇒ Object
Returns the value of attribute size.
3 4 5 |
# File 'lib/shuck/s3_object.rb', line 3 def size @size end |