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.



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

def etag
  @etag
end

#keyObject

Returns the value of attribute key.



493
494
495
# File 'lib/s3sync/S3.rb', line 493

def key
  @key
end

#last_modifiedObject

Returns the value of attribute last_modified.



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

def last_modified
  @last_modified
end

#ownerObject

Returns the value of attribute owner.



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

def owner
  @owner
end

#sizeObject

Returns the value of attribute size.



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

def size
  @size
end

#storage_classObject

Returns the value of attribute storage_class.



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

def storage_class
  @storage_class
end