Class: Docusign::RequestCorrectToken
- Inherits:
-
Object
- Object
- Docusign::RequestCorrectToken
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0RequestCorrectToken
envelopeID - SOAP::SOAPString
- SOAP::SOAPBoolean
returnURL - SOAP::SOAPString
Instance Attribute Summary collapse
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
-
#returnURL ⇒ Object
Returns the value of attribute returnURL.
-
#suppressNavigation ⇒ Object
Returns the value of attribute suppressNavigation.
Instance Method Summary collapse
-
#initialize(envelopeID = nil, suppressNavigation = nil, returnURL = nil) ⇒ RequestCorrectToken
constructor
A new instance of RequestCorrectToken.
Constructor Details
#initialize(envelopeID = nil, suppressNavigation = nil, returnURL = nil) ⇒ RequestCorrectToken
Returns a new instance of RequestCorrectToken.
3302 3303 3304 3305 3306 |
# File 'lib/docusign/docusign.rb', line 3302 def initialize(envelopeID = nil, = nil, returnURL = nil) @envelopeID = envelopeID @suppressNavigation = @returnURL = returnURL end |
Instance Attribute Details
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
3298 3299 3300 |
# File 'lib/docusign/docusign.rb', line 3298 def envelopeID @envelopeID end |
#returnURL ⇒ Object
Returns the value of attribute returnURL.
3300 3301 3302 |
# File 'lib/docusign/docusign.rb', line 3300 def returnURL @returnURL end |
#suppressNavigation ⇒ Object
Returns the value of attribute suppressNavigation.
3299 3300 3301 |
# File 'lib/docusign/docusign.rb', line 3299 def @suppressNavigation end |