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