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.
-
#strict ⇒ Object
Returns the value of attribute strict.
Instance Method Summary collapse
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
15 16 17 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 15 def action @action end |
#container ⇒ Object
Returns the value of attribute container
15 16 17 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 15 def container @container end |
#extra_kwargs ⇒ Object
Returns the value of attribute extra_kwargs
15 16 17 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 15 def extra_kwargs @extra_kwargs end |
#index ⇒ Object
Returns the value of attribute index
15 16 17 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 15 def index @index end |
#inputs ⇒ Object
Returns the value of attribute inputs
15 16 17 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 15 def inputs @inputs end |
#organizer ⇒ Object
Returns the value of attribute organizer
15 16 17 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 15 def organizer @organizer end |
#outputs ⇒ Object
Returns the value of attribute outputs
15 16 17 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 15 def outputs @outputs end |
#strict ⇒ Object
Returns the value of attribute strict
15 16 17 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 15 def strict @strict end |