Class: S3::ListEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/s3-ruby.rb

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag.



449
450
451
# File 'lib/s3-ruby.rb', line 449

def etag
  @etag
end

#keyObject

Returns the value of attribute key.



447
448
449
# File 'lib/s3-ruby.rb', line 447

def key
  @key
end

#last_modifiedObject

Returns the value of attribute last_modified.



448
449
450
# File 'lib/s3-ruby.rb', line 448

def last_modified
  @last_modified
end

#ownerObject

Returns the value of attribute owner.



452
453
454
# File 'lib/s3-ruby.rb', line 452

def owner
  @owner
end

#sizeObject

Returns the value of attribute size.



450
451
452
# File 'lib/s3-ruby.rb', line 450

def size
  @size
end

#storage_classObject

Returns the value of attribute storage_class.



451
452
453
# File 'lib/s3-ruby.rb', line 451

def storage_class
  @storage_class
end