Method: DocuSign_Maestro::OAuth::OAuthToken#valid?

Defined in:
lib/docusign_maestro/client/auth/oauth.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid


501
502
503
# File 'lib/docusign_maestro/client/auth/oauth.rb', line 501

def valid?
  return true
end