Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Step::Structs::Params

Inherits:
Struct
  • Object
show all
Defined in:
lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb

Instance Attribute Summary collapse

Instance Attribute Details

#containerObject

Returns the value of attribute container

Returns:

  • (Object)

    the current value of 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_kwargsObject

Returns the value of attribute extra_kwargs

Returns:

  • (Object)

    the current value of 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

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



10
11
12
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10

def index
  @index
end

#inputsObject

Returns the value of attribute inputs

Returns:

  • (Object)

    the current value of inputs



10
11
12
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10

def inputs
  @inputs
end

#organizerObject

Returns the value of attribute organizer

Returns:

  • (Object)

    the current value of organizer



10
11
12
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10

def organizer
  @organizer
end

#outputsObject

Returns the value of attribute outputs

Returns:

  • (Object)

    the current value of outputs



10
11
12
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10

def outputs
  @outputs
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



10
11
12
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb', line 10

def service
  @service
end