Class: S3::ListEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag.



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

def etag
  @etag
end

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#last_modifiedObject

Returns the value of attribute last_modified.



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

def last_modified
  @last_modified
end

#ownerObject

Returns the value of attribute owner.



503
504
505
# File 'lib/s3sync/S3.rb', line 503

def owner
  @owner
end

#sizeObject

Returns the value of attribute size.



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

def size
  @size
end

#storage_classObject

Returns the value of attribute storage_class.



502
503
504
# File 'lib/s3sync/S3.rb', line 502

def storage_class
  @storage_class
end