Method: TalonOne::BaseSamlConnection#hash
- Defined in:
- lib/talon_one/models/base_saml_connection.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
241 242 243 |
# File 'lib/talon_one/models/base_saml_connection.rb', line 241 def hash [account_id, name, enabled, issuer, sign_on_url, sign_out_url, , audience_uri].hash end |