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.
1904 1905 1906 |
# File 'lib/docusign/docusign.rb', line 1904 def initialize(envelope = nil) @envelope = envelope end |
Instance Attribute Details
#envelope ⇒ Object
Returns the value of attribute envelope.
1902 1903 1904 |
# File 'lib/docusign/docusign.rb', line 1902 def envelope @envelope end |