Class: Docusign::Credential::LoginResponse
- Inherits:
-
Object
- Object
- Docusign::Credential::LoginResponse
- Defined in:
- lib/docusign/credential.rb
Overview
http://www.docusign.net/API/CredentialLoginResponse
loginResult - Docusign::Credential::LoginResponse::LoginResult
Defined Under Namespace
Classes: LoginResult
Instance Attribute Summary collapse
-
#loginResult ⇒ Object
Returns the value of attribute loginResult.
Instance Method Summary collapse
-
#initialize(loginResult = nil) ⇒ LoginResponse
constructor
A new instance of LoginResponse.
Constructor Details
#initialize(loginResult = nil) ⇒ LoginResponse
Returns a new instance of LoginResponse.
97 98 99 |
# File 'lib/docusign/credential.rb', line 97 def initialize(loginResult = nil) @loginResult = loginResult end |
Instance Attribute Details
#loginResult ⇒ Object
Returns the value of attribute loginResult.
95 96 97 |
# File 'lib/docusign/credential.rb', line 95 def loginResult @loginResult end |