Class: DocuSign_Maestro::TriggerWorkflowOptions Deprecated
- Inherits:
-
Object
- Object
- DocuSign_Maestro::TriggerWorkflowOptions
- Defined in:
- lib/docusign_maestro/api/workflow_trigger_api.rb
Overview
Deprecated.
Maestro is now available as part of the new IAM SDK: developers.docusign.com/docs/sdks/ .
Instance Attribute Summary collapse
-
#mtid ⇒ Object
Managed Token Id registered with DS Account Server.
-
#mtsec ⇒ Object
Managed Token Secret registered with DS Account Server.
Class Method Summary collapse
Instance Attribute Details
#mtid ⇒ Object
Managed Token Id registered with DS Account Server
20 21 22 |
# File 'lib/docusign_maestro/api/workflow_trigger_api.rb', line 20 def mtid @mtid end |
#mtsec ⇒ Object
Managed Token Secret registered with DS Account Server
23 24 25 |
# File 'lib/docusign_maestro/api/workflow_trigger_api.rb', line 23 def mtsec @mtsec end |
Class Method Details
.default ⇒ Object
25 26 27 |
# File 'lib/docusign_maestro/api/workflow_trigger_api.rb', line 25 def self.default @@default ||= TriggerWorkflowOptions.new end |