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.
1964 1965 1966 |
# File 'lib/docusign/docusign.rb', line 1964 def initialize(envelopeID = nil) @envelopeID = envelopeID end |
Instance Attribute Details
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
1962 1963 1964 |
# File 'lib/docusign/docusign.rb', line 1962 def envelopeID @envelopeID end |