Class: DocuSign_Maestro::GetWorkflowDefinitionOptions Deprecated

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_maestro/api/workflow_management_api.rb

Overview

Deprecated.

Maestro is now available as part of the new IAM SDK: developers.docusign.com/docs/sdks/ .

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#last_deployed_idObject

deployed workflow definition metadata object id



20
21
22
# File 'lib/docusign_maestro/api/workflow_management_api.rb', line 20

def last_deployed_id
  @last_deployed_id
end

Class Method Details

.defaultObject



22
23
24
# File 'lib/docusign_maestro/api/workflow_management_api.rb', line 22

def self.default
  @@default ||= GetWorkflowDefinitionOptions.new
end