Class: Docusign::EnvelopePDF
- Inherits:
-
Object
- Object
- Docusign::EnvelopePDF
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0EnvelopePDF
envelopeID - SOAP::SOAPString
pDFBytes - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
-
#pDFBytes ⇒ Object
Returns the value of attribute pDFBytes.
Instance Method Summary collapse
-
#initialize(envelopeID = nil, pDFBytes = nil) ⇒ EnvelopePDF
constructor
A new instance of EnvelopePDF.
Constructor Details
#initialize(envelopeID = nil, pDFBytes = nil) ⇒ EnvelopePDF
Returns a new instance of EnvelopePDF.
1213 1214 1215 1216 |
# File 'lib/docusign/docusign.rb', line 1213 def initialize(envelopeID = nil, pDFBytes = nil) @envelopeID = envelopeID @pDFBytes = pDFBytes end |
Instance Attribute Details
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
1210 1211 1212 |
# File 'lib/docusign/docusign.rb', line 1210 def envelopeID @envelopeID end |
#pDFBytes ⇒ Object
Returns the value of attribute pDFBytes.
1211 1212 1213 |
# File 'lib/docusign/docusign.rb', line 1211 def pDFBytes @pDFBytes end |