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.



2541
2542
2543
# File 'lib/docusign/docusign.rb', line 2541

def initialize(goToEnvelopeID = nil)
  @goToEnvelopeID = goToEnvelopeID
end

Instance Attribute Details

#goToEnvelopeIDObject

Returns the value of attribute goToEnvelopeID.



2539
2540
2541
# File 'lib/docusign/docusign.rb', line 2539

def goToEnvelopeID
  @goToEnvelopeID
end