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.



2471
2472
2473
# File 'lib/docusign/docusign.rb', line 2471

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

Instance Attribute Details

#envelopeIDObject

Returns the value of attribute envelopeID.



2469
2470
2471
# File 'lib/docusign/docusign.rb', line 2469

def envelopeID
  @envelopeID
end