Class: S3::MultipartListResult

Inherits:
MultipartListResultSchema
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable
Defined in:
lib/s3/multipart_list_result.rb

Instance Method Summary collapse

Instance Method Details

#truncated? ⇒ Boolean

Returns:

  • (Boolean)


28
29
30
# File 'lib/s3/multipart_list_result.rb', line 28

def truncated?
  is_truncated == true
end