Class: S3::ListProperties
- Inherits:
-
Object
- Object
- S3::ListProperties
- Defined in:
- lib/s3-ruby.rb
Instance Attribute Summary collapse
-
#delimiter ⇒ Object
Returns the value of attribute delimiter.
-
#is_truncated ⇒ Object
Returns the value of attribute is_truncated.
-
#marker ⇒ Object
Returns the value of attribute marker.
-
#max_keys ⇒ Object
Returns the value of attribute max_keys.
-
#name ⇒ Object
Returns the value of attribute name.
-
#next_marker ⇒ Object
Returns the value of attribute next_marker.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#delimiter ⇒ Object
Returns the value of attribute delimiter.
460 461 462 |
# File 'lib/s3-ruby.rb', line 460 def delimiter @delimiter end |
#is_truncated ⇒ Object
Returns the value of attribute is_truncated.
461 462 463 |
# File 'lib/s3-ruby.rb', line 461 def is_truncated @is_truncated end |
#marker ⇒ Object
Returns the value of attribute marker.
458 459 460 |
# File 'lib/s3-ruby.rb', line 458 def marker @marker end |
#max_keys ⇒ Object
Returns the value of attribute max_keys.
459 460 461 |
# File 'lib/s3-ruby.rb', line 459 def max_keys @max_keys end |
#name ⇒ Object
Returns the value of attribute name.
456 457 458 |
# File 'lib/s3-ruby.rb', line 456 def name @name end |
#next_marker ⇒ Object
Returns the value of attribute next_marker.
462 463 464 |
# File 'lib/s3-ruby.rb', line 462 def next_marker @next_marker end |
#prefix ⇒ Object
Returns the value of attribute prefix.
457 458 459 |
# File 'lib/s3-ruby.rb', line 457 def prefix @prefix end |