Class: Shuck::S3Object

Inherits:
Object
  • Object
show all
Defined in:
lib/shuck/s3_object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

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_dateObject

Returns the value of attribute creation_date.



3
4
5
# File 'lib/shuck/s3_object.rb', line 3

def creation_date
  @creation_date
end

#ioObject

Returns the value of attribute io.



3
4
5
# File 'lib/shuck/s3_object.rb', line 3

def io
  @io
end

#md5Object

Returns the value of attribute md5.



3
4
5
# File 'lib/shuck/s3_object.rb', line 3

def md5
  @md5
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/shuck/s3_object.rb', line 3

def name
  @name
end

#sizeObject

Returns the value of attribute size.



3
4
5
# File 'lib/shuck/s3_object.rb', line 3

def size
  @size
end