Class: S3::ObjectListResult
- Inherits:
-
ObjectListResultSchema
- Object
- S3::ObjectListResult
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/s3/object_list_result.rb
Instance Method Summary collapse
Instance Method Details
#keys ⇒ Object
36 37 38 |
# File 'lib/s3/object_list_result.rb', line 36 def keys contents&.map( &:key ) || [] end |
#truncated? ⇒ Boolean
32 33 34 |
# File 'lib/s3/object_list_result.rb', line 32 def truncated? is_truncated == true end |