Module: Slack::Web::Api::Endpoints::FunctionsWorkflowsSteps
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/functions_workflows_steps.rb
Instance Method Summary collapse
-
#functions_workflows_steps_list(options = {}) ⇒ Object
List the steps of a specific function of a workflow’s versions.
Instance Method Details
#functions_workflows_steps_list(options = {}) ⇒ Object
List the steps of a specific function of a workflow’s versions
22 23 24 25 |
# File 'lib/slack/web/api/endpoints/functions_workflows_steps.rb', line 22 def functions_workflows_steps_list( = {}) raise ArgumentError, 'Required arguments :function_id missing' if [:function_id].nil? post('functions.workflows.steps.list', ) end |