Class: Docusign::RequestPDF
- Inherits:
-
Object
- Object
- Docusign::RequestPDF
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0RequestPDF
envelopeID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
Instance Method Summary collapse
-
#initialize(envelopeID = nil) ⇒ RequestPDF
constructor
A new instance of RequestPDF.
Constructor Details
#initialize(envelopeID = nil) ⇒ RequestPDF
Returns a new instance of RequestPDF.
2471 2472 2473 |
# File 'lib/docusign/docusign.rb', line 2471 def initialize(envelopeID = nil) @envelopeID = envelopeID end |
Instance Attribute Details
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
2469 2470 2471 |
# File 'lib/docusign/docusign.rb', line 2469 def envelopeID @envelopeID end |