Method: TalonOne::BaseSamlConnection#hash

Defined in:
lib/talon_one/models/base_saml_connection.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



241
242
243
# File 'lib/talon_one/models/base_saml_connection.rb', line 241

def hash
  [, name, enabled, issuer, sign_on_url, sign_out_url, , audience_uri].hash
end