Class: Docusign::GetAuthenticationToken
- Inherits:
-
Object
- Object
- Docusign::GetAuthenticationToken
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0GetAuthenticationToken
goToEnvelopeID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#goToEnvelopeID ⇒ Object
Returns the value of attribute goToEnvelopeID.
Instance Method Summary collapse
-
#initialize(goToEnvelopeID = nil) ⇒ GetAuthenticationToken
constructor
A new instance of GetAuthenticationToken.
Constructor Details
#initialize(goToEnvelopeID = nil) ⇒ GetAuthenticationToken
Returns a new instance of GetAuthenticationToken.
3160 3161 3162 |
# File 'lib/docusign/docusign.rb', line 3160 def initialize(goToEnvelopeID = nil) @goToEnvelopeID = goToEnvelopeID end |
Instance Attribute Details
#goToEnvelopeID ⇒ Object
Returns the value of attribute goToEnvelopeID.
3158 3159 3160 |
# File 'lib/docusign/docusign.rb', line 3158 def goToEnvelopeID @goToEnvelopeID end |