Method: DocuSign_Maestro::AccessTokenResponse#==

Defined in:
lib/docusign_maestro/models/access_token_response.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared

[View source]

79
80
81
82
83
84
85
# File 'lib/docusign_maestro/models/access_token_response.rb', line 79

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      access_token == o.access_token &&
      expires_in == o.expires_in &&
      token_type == o.token_type
end