Class: Docusign::CreateAndSendEnvelope
- Inherits:
-
Object
- Object
- Docusign::CreateAndSendEnvelope
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0CreateAndSendEnvelope
envelope - Docusign::Envelope
Instance Attribute Summary collapse
-
#envelope ⇒ Object
Returns the value of attribute envelope.
Instance Method Summary collapse
-
#initialize(envelope = nil) ⇒ CreateAndSendEnvelope
constructor
A new instance of CreateAndSendEnvelope.
Constructor Details
#initialize(envelope = nil) ⇒ CreateAndSendEnvelope
Returns a new instance of CreateAndSendEnvelope.
2388 2389 2390 |
# File 'lib/docusign/docusign.rb', line 2388 def initialize(envelope = nil) @envelope = envelope end |
Instance Attribute Details
#envelope ⇒ Object
Returns the value of attribute envelope.
2386 2387 2388 |
# File 'lib/docusign/docusign.rb', line 2386 def envelope @envelope end |