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.
2541 2542 2543 |
# File 'lib/docusign/docusign.rb', line 2541 def initialize(goToEnvelopeID = nil) @goToEnvelopeID = goToEnvelopeID end |
Instance Attribute Details
#goToEnvelopeID ⇒ Object
Returns the value of attribute goToEnvelopeID.
2539 2540 2541 |
# File 'lib/docusign/docusign.rb', line 2539 def goToEnvelopeID @goToEnvelopeID end |