Class: Bucketrb::ObjectStore::ListResult
- Inherits:
-
Struct
- Object
- Struct
- Bucketrb::ObjectStore::ListResult
- Defined in:
- lib/bucketrb/object_store.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#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.
-
#next_continuation_token ⇒ Object
Returns the value of attribute next_continuation_token.
-
#next_marker ⇒ Object
Returns the value of attribute next_marker.
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket
30 31 32 |
# File 'lib/bucketrb/object_store.rb', line 30 def bucket @bucket end |
#is_truncated ⇒ Object
Returns the value of attribute is_truncated
30 31 32 |
# File 'lib/bucketrb/object_store.rb', line 30 def is_truncated @is_truncated end |
#marker ⇒ Object
Returns the value of attribute marker
30 31 32 |
# File 'lib/bucketrb/object_store.rb', line 30 def marker @marker end |
#max_keys ⇒ Object
Returns the value of attribute max_keys
30 31 32 |
# File 'lib/bucketrb/object_store.rb', line 30 def max_keys @max_keys end |
#next_continuation_token ⇒ Object
Returns the value of attribute next_continuation_token
30 31 32 |
# File 'lib/bucketrb/object_store.rb', line 30 def next_continuation_token @next_continuation_token end |
#next_marker ⇒ Object
Returns the value of attribute next_marker
30 31 32 |
# File 'lib/bucketrb/object_store.rb', line 30 def next_marker @next_marker end |
#objects ⇒ Object
Returns the value of attribute objects
30 31 32 |
# File 'lib/bucketrb/object_store.rb', line 30 def objects @objects end |
#prefix ⇒ Object
Returns the value of attribute prefix
30 31 32 |
# File 'lib/bucketrb/object_store.rb', line 30 def prefix @prefix end |