Class: Docusign::EnvelopePDF

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign/docusign.rb

Overview

http://www.docusign.net/API/3.0EnvelopePDF

envelopeID - SOAP::SOAPString
pDFBytes - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envelopeID = nil, pDFBytes = nil) ⇒ EnvelopePDF

Returns a new instance of EnvelopePDF.



1106
1107
1108
1109
# File 'lib/docusign/docusign.rb', line 1106

def initialize(envelopeID = nil, pDFBytes = nil)
  @envelopeID = envelopeID
  @pDFBytes = pDFBytes
end

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



1103
1104
1105
# File 'lib/docusign/docusign.rb', line 1103

def envelopeID
  @envelopeID
end

#pDFBytesObject

Returns the value of attribute pDFBytes.



1104
1105
1106
# File 'lib/docusign/docusign.rb', line 1104

def pDFBytes
  @pDFBytes
end