Class: Docusign::SendEnvelope
- Inherits:
-
Object
- Object
- Docusign::SendEnvelope
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0SendEnvelope
envelopeId - SOAP::SOAPString
accountId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
Instance Method Summary collapse
-
#initialize(envelopeId = nil, accountId = nil) ⇒ SendEnvelope
constructor
A new instance of SendEnvelope.
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
#accountId ⇒ Object
Returns the value of attribute accountId.
2408 2409 2410 |
# File 'lib/docusign/docusign.rb', line 2408 def accountId @accountId end |
#envelopeId ⇒ Object
Returns the value of attribute envelopeId.
2407 2408 2409 |
# File 'lib/docusign/docusign.rb', line 2407 def envelopeId @envelopeId end |