Class: Docusign::CreateEnvelope

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

Overview

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

envelope - Docusign::Envelope

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envelope = nil) ⇒ CreateEnvelope



1322
1323
1324
# File 'lib/docusign/docusign.rb', line 1322

def initialize(envelope = nil)
  @envelope = envelope
end

Instance Attribute Details

#envelopeObject

Returns the value of attribute envelope.



1320
1321
1322
# File 'lib/docusign/docusign.rb', line 1320

def envelope
  @envelope
end