Class: S3Rails::S3Template

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#last_modifiedObject

Returns the value of attribute last_modified

Returns:

  • (Object)

    the current value of last_modified



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

def last_modified
  @last_modified
end

#objObject

Returns the value of attribute obj

Returns:

  • (Object)

    the current value of obj



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

def obj
  @obj
end

#readObject

Returns the value of attribute read

Returns:

  • (Object)

    the current value of read



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

def read
  @read
end