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.



537
538
539
# File 'lib/S3.rb', line 537

def etag
  @etag
end

#keyObject

Returns the value of attribute key.



535
536
537
# File 'lib/S3.rb', line 535

def key
  @key
end

#last_modifiedObject

Returns the value of attribute last_modified.



536
537
538
# File 'lib/S3.rb', line 536

def last_modified
  @last_modified
end

#ownerObject

Returns the value of attribute owner.



540
541
542
# File 'lib/S3.rb', line 540

def owner
  @owner
end

#sizeObject

Returns the value of attribute size.



538
539
540
# File 'lib/S3.rb', line 538

def size
  @size
end

#storage_classObject

Returns the value of attribute storage_class.



539
540
541
# File 'lib/S3.rb', line 539

def storage_class
  @storage_class
end