Method: DocuSign_eSign::EnvelopeTemplate#asynchronous

Defined in:
lib/docusign_esign/models/envelope_template.rb

#asynchronousObject

When set to true, the envelope is queued for processing and the value of the ‘status` property is set to ’Processing’. Additionally, get status calls return ‘Processing’ until completed.



35
36
37
# File 'lib/docusign_esign/models/envelope_template.rb', line 35

def asynchronous
  @asynchronous
end