Class: Docusign::RequestCorrectToken

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

Overview

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

envelopeID - SOAP::SOAPString
suppressNavigation - SOAP::SOAPBoolean
returnURL - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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, suppressNavigation = nil, returnURL = nil)
  @envelopeID = envelopeID
  @suppressNavigation = suppressNavigation
  @returnURL = returnURL
end

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



3298
3299
3300
# File 'lib/docusign/docusign.rb', line 3298

def envelopeID
  @envelopeID
end

#returnURLObject

Returns the value of attribute returnURL.



3300
3301
3302
# File 'lib/docusign/docusign.rb', line 3300

def returnURL
  @returnURL
end

#suppressNavigationObject

Returns the value of attribute suppressNavigation.



3299
3300
3301
# File 'lib/docusign/docusign.rb', line 3299

def suppressNavigation
  @suppressNavigation
end