Class: Docusign::CreateEnvelope

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envelope = nil) ⇒ CreateEnvelope

Returns a new instance of CreateEnvelope.



2368
2369
2370
# File 'lib/docusign/docusign.rb', line 2368

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

Instance Attribute Details

#envelopeObject

Returns the value of attribute envelope.



2366
2367
2368
# File 'lib/docusign/docusign.rb', line 2366

def envelope
  @envelope
end