Class: Stripe::V2::Extend::WorkflowInvokeParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Extend::WorkflowInvokeParams
- Defined in:
- lib/stripe/params/v2/extend/workflow_invoke_params.rb
Instance Attribute Summary collapse
-
#input_parameters ⇒ Object
Parameters used to invoke the Workflow Run.
Instance Method Summary collapse
-
#initialize(input_parameters: nil) ⇒ WorkflowInvokeParams
constructor
A new instance of WorkflowInvokeParams.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(input_parameters: nil) ⇒ WorkflowInvokeParams
Returns a new instance of WorkflowInvokeParams.
11 12 13 |
# File 'lib/stripe/params/v2/extend/workflow_invoke_params.rb', line 11 def initialize(input_parameters: nil) @input_parameters = input_parameters end |
Instance Attribute Details
#input_parameters ⇒ Object
Parameters used to invoke the Workflow Run.
9 10 11 |
# File 'lib/stripe/params/v2/extend/workflow_invoke_params.rb', line 9 def input_parameters @input_parameters end |