Class: Tina::S3Object

Inherits:
Struct
  • Object
show all
Defined in:
lib/tina.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket

Returns:

  • (Object)

    the current value of bucket



2
3
4
# File 'lib/tina.rb', line 2

def bucket
  @bucket
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



2
3
4
# File 'lib/tina.rb', line 2

def key
  @key
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



2
3
4
# File 'lib/tina.rb', line 2

def size
  @size
end