Method: DocuSign_Maestro::AccessTokenResponse#hash
- Defined in:
- lib/docusign_maestro/models/access_token_response.rb
permalink #hash ⇒ Fixnum
Calculates hash code according to all attributes.
95 96 97 |
# File 'lib/docusign_maestro/models/access_token_response.rb', line 95 def hash [access_token, expires_in, token_type].hash end |