Class: Docusign::RequestSenderToken

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

Overview

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

envelopeID - SOAP::SOAPString
accountID - SOAP::SOAPString
returnURL - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envelopeID = nil, accountID = nil, returnURL = nil) ⇒ RequestSenderToken

Returns a new instance of RequestSenderToken.



3276
3277
3278
3279
3280
# File 'lib/docusign/docusign.rb', line 3276

def initialize(envelopeID = nil, accountID = nil, returnURL = nil)
  @envelopeID = envelopeID
  @accountID = accountID
  @returnURL = returnURL
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



3273
3274
3275
# File 'lib/docusign/docusign.rb', line 3273

def accountID
  @accountID
end

#envelopeIDObject

Returns the value of attribute envelopeID.



3272
3273
3274
# File 'lib/docusign/docusign.rb', line 3272

def envelopeID
  @envelopeID
end

#returnURLObject

Returns the value of attribute returnURL.



3274
3275
3276
# File 'lib/docusign/docusign.rb', line 3274

def returnURL
  @returnURL
end