Class: S3::ListEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag.



497
498
499
# File 'lib/S3.rb', line 497

def etag
  @etag
end

#keyObject

Returns the value of attribute key.



495
496
497
# File 'lib/S3.rb', line 495

def key
  @key
end

#last_modifiedObject

Returns the value of attribute last_modified.



496
497
498
# File 'lib/S3.rb', line 496

def last_modified
  @last_modified
end

#ownerObject

Returns the value of attribute owner.



500
501
502
# File 'lib/S3.rb', line 500

def owner
  @owner
end

#sizeObject

Returns the value of attribute size.



498
499
500
# File 'lib/S3.rb', line 498

def size
  @size
end

#storage_classObject

Returns the value of attribute storage_class.



499
500
501
# File 'lib/S3.rb', line 499

def storage_class
  @storage_class
end