Class: Docusign::DocumentPDF
- Inherits:
-
Object
- Object
- Docusign::DocumentPDF
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0DocumentPDF
name - SOAP::SOAPString
pDFBytes - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#pDFBytes ⇒ Object
Returns the value of attribute pDFBytes.
Instance Method Summary collapse
-
#initialize(name = nil, pDFBytes = nil) ⇒ DocumentPDF
constructor
A new instance of DocumentPDF.
Constructor Details
#initialize(name = nil, pDFBytes = nil) ⇒ DocumentPDF
918 919 920 921 |
# File 'lib/docusign/docusign.rb', line 918 def initialize(name = nil, pDFBytes = nil) @name = name @pDFBytes = pDFBytes end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
915 916 917 |
# File 'lib/docusign/docusign.rb', line 915 def name @name end |
#pDFBytes ⇒ Object
Returns the value of attribute pDFBytes.
916 917 918 |
# File 'lib/docusign/docusign.rb', line 916 def pDFBytes @pDFBytes end |