Method: Carbon::S3AuthRequest#hash

Defined in:
lib/carbon_ruby_sdk/models/s3_auth_request.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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, data_source_tags].hash
end