Class: FakeS3::BucketQuery
- Inherits:
-
Object
- Object
- FakeS3::BucketQuery
- Defined in:
- lib/fakes3/bucket_query.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#common_prefixes ⇒ Object
Returns the value of attribute common_prefixes.
-
#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.
-
#matches ⇒ Object
Returns the value of attribute matches.
-
#max_keys ⇒ Object
Returns the value of attribute max_keys.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Method Summary collapse
-
#is_truncated? ⇒ Boolean
Syntactic sugar.
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket.
3 4 5 |
# File 'lib/fakes3/bucket_query.rb', line 3 def bucket @bucket end |
#common_prefixes ⇒ Object
Returns the value of attribute common_prefixes.
3 4 5 |
# File 'lib/fakes3/bucket_query.rb', line 3 def common_prefixes @common_prefixes end |
#delimiter ⇒ Object
Returns the value of attribute delimiter.
3 4 5 |
# File 'lib/fakes3/bucket_query.rb', line 3 def delimiter @delimiter end |
#is_truncated ⇒ Object
Returns the value of attribute is_truncated.
3 4 5 |
# File 'lib/fakes3/bucket_query.rb', line 3 def is_truncated @is_truncated end |
#marker ⇒ Object
Returns the value of attribute marker.
3 4 5 |
# File 'lib/fakes3/bucket_query.rb', line 3 def marker @marker end |
#matches ⇒ Object
Returns the value of attribute matches.
3 4 5 |
# File 'lib/fakes3/bucket_query.rb', line 3 def matches @matches end |
#max_keys ⇒ Object
Returns the value of attribute max_keys.
3 4 5 |
# File 'lib/fakes3/bucket_query.rb', line 3 def max_keys @max_keys end |
#prefix ⇒ Object
Returns the value of attribute prefix.
3 4 5 |
# File 'lib/fakes3/bucket_query.rb', line 3 def prefix @prefix end |
Instance Method Details
#is_truncated? ⇒ Boolean
Syntactic sugar
7 8 9 |
# File 'lib/fakes3/bucket_query.rb', line 7 def is_truncated? @is_truncated end |