Class: S3::ListProperties

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

Instance Attribute Summary collapse

Instance Attribute Details

#delimiterObject

Returns the value of attribute delimiter.



460
461
462
# File 'lib/s3-ruby.rb', line 460

def delimiter
  @delimiter
end

#is_truncatedObject

Returns the value of attribute is_truncated.



461
462
463
# File 'lib/s3-ruby.rb', line 461

def is_truncated
  @is_truncated
end

#markerObject

Returns the value of attribute marker.



458
459
460
# File 'lib/s3-ruby.rb', line 458

def marker
  @marker
end

#max_keysObject

Returns the value of attribute max_keys.



459
460
461
# File 'lib/s3-ruby.rb', line 459

def max_keys
  @max_keys
end

#nameObject

Returns the value of attribute name.



456
457
458
# File 'lib/s3-ruby.rb', line 456

def name
  @name
end

#next_markerObject

Returns the value of attribute next_marker.



462
463
464
# File 'lib/s3-ruby.rb', line 462

def next_marker
  @next_marker
end

#prefixObject

Returns the value of attribute prefix.



457
458
459
# File 'lib/s3-ruby.rb', line 457

def prefix
  @prefix
end