Class: Docusign::SendEnvelope

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

Overview

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

envelopeId - SOAP::SOAPString
accountId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envelopeId = nil, accountId = nil) ⇒ SendEnvelope

Returns a new instance of SendEnvelope.



2410
2411
2412
2413
# File 'lib/docusign/docusign.rb', line 2410

def initialize(envelopeId = nil, accountId = nil)
  @envelopeId = envelopeId
  @accountId = accountId
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



2408
2409
2410
# File 'lib/docusign/docusign.rb', line 2408

def accountId
  @accountId
end

#envelopeIdObject

Returns the value of attribute envelopeId.



2407
2408
2409
# File 'lib/docusign/docusign.rb', line 2407

def envelopeId
  @envelopeId
end