Sha256: 7fa14e05ff5f70c5514c6f48590fdc993df329c3e2debc6f212b5ddb3ed5a8ae
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module FunctionsWorkflowsStepsResponses # # Download form responses of a workflow # # @option options [string] :step_id # . # @option options [string] :workflow # The workflow encoded ID or workflow reference. # @option options [string] :workflow_id # The workflow ID, starts with Wf*. # @see https://api.slack.com/methods/functions.workflows.steps.responses.export # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/functions.workflows.steps.responses/functions.workflows.steps.responses.export.json def functions_workflows_steps_responses_export(options = {}) raise ArgumentError, 'Required arguments :step_id missing' if options[:step_id].nil? post('functions.workflows.steps.responses.export', options) end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-2.1.0 | lib/slack/web/api/endpoints/functions_workflows_steps_responses.rb |