Class: Docusign::RequestSenderToken
- Inherits:
-
Object
- Object
- Docusign::RequestSenderToken
- 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
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
-
#returnURL ⇒ Object
Returns the value of attribute returnURL.
Instance Method Summary collapse
-
#initialize(envelopeID = nil, accountID = nil, returnURL = nil) ⇒ RequestSenderToken
constructor
A new instance of RequestSenderToken.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
3273 3274 3275 |
# File 'lib/docusign/docusign.rb', line 3273 def accountID @accountID end |
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
3272 3273 3274 |
# File 'lib/docusign/docusign.rb', line 3272 def envelopeID @envelopeID end |
#returnURL ⇒ Object
Returns the value of attribute returnURL.
3274 3275 3276 |
# File 'lib/docusign/docusign.rb', line 3274 def returnURL @returnURL end |