Class: Docusign::RequestPDF

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

Overview

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

envelopeID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envelopeID = nil) ⇒ RequestPDF

Returns a new instance of RequestPDF.



1944
1945
1946
# File 'lib/docusign/docusign.rb', line 1944

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

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



1942
1943
1944
# File 'lib/docusign/docusign.rb', line 1942

def envelopeID
  @envelopeID
end