Class: Docusign::GetAuthenticationToken

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign/docusign.rb

Overview

http://www.docusign.net/API/3.0GetAuthenticationToken

goToEnvelopeID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#goToEnvelopeIDObject

Returns the value of attribute goToEnvelopeID.



3158
3159
3160
# File 'lib/docusign/docusign.rb', line 3158

def goToEnvelopeID
  @goToEnvelopeID
end