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.
101 102 103 |
# File 'lib/docusign/credential.rb', line 101 def initialize(loginResult = nil) @loginResult = loginResult end |
Instance Attribute Details
#loginResult ⇒ Object
Returns the value of attribute loginResult.
99 100 101 |
# File 'lib/docusign/credential.rb', line 99 def loginResult @loginResult end |