Method: Carbon::S3AuthRequest#hash
- Defined in:
- lib/carbon_ruby_sdk/models/s3_auth_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
142 143 144 |
# File 'lib/carbon_ruby_sdk/models/s3_auth_request.rb', line 142 def hash [access_key, access_key_secret, sync_source_items, endpoint_url, ].hash end |