Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Step::Structs::Params
- Inherits:
-
Struct
- Object
- Struct
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Step::Structs::Params
- Defined in:
- lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#container ⇒ Object
Returns the value of attribute container.
-
#extra_kwargs ⇒ Object
Returns the value of attribute extra_kwargs.
-
#index ⇒ Object
Returns the value of attribute index.
-
#inputs ⇒ Object
Returns the value of attribute inputs.
-
#organizer ⇒ Object
Returns the value of attribute organizer.
-
#outputs ⇒ Object
Returns the value of attribute outputs.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
10 11 12 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10 def action @action end |
#container ⇒ Object
Returns the value of attribute container
10 11 12 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10 def container @container end |
#extra_kwargs ⇒ Object
Returns the value of attribute extra_kwargs
10 11 12 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10 def extra_kwargs @extra_kwargs end |
#index ⇒ Object
Returns the value of attribute index
10 11 12 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10 def index @index end |
#inputs ⇒ Object
Returns the value of attribute inputs
10 11 12 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10 def inputs @inputs end |
#organizer ⇒ Object
Returns the value of attribute organizer
10 11 12 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10 def organizer @organizer end |
#outputs ⇒ Object
Returns the value of attribute outputs
10 11 12 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10 def outputs @outputs end |