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