Class: S3::ListProperties

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

Instance Attribute Summary collapse

Instance Attribute Details

#delimiterObject

Returns the value of attribute delimiter.



508
509
510
# File 'lib/S3.rb', line 508

def delimiter
  @delimiter
end

#is_truncatedObject

Returns the value of attribute is_truncated.



509
510
511
# File 'lib/S3.rb', line 509

def is_truncated
  @is_truncated
end

#markerObject

Returns the value of attribute marker.



506
507
508
# File 'lib/S3.rb', line 506

def marker
  @marker
end

#max_keysObject

Returns the value of attribute max_keys.



507
508
509
# File 'lib/S3.rb', line 507

def max_keys
  @max_keys
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#next_markerObject

Returns the value of attribute next_marker.



510
511
512
# File 'lib/S3.rb', line 510

def next_marker
  @next_marker
end

#prefixObject

Returns the value of attribute prefix.



505
506
507
# File 'lib/S3.rb', line 505

def prefix
  @prefix
end