Class: Kraps::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/kraps/step.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



2
3
4
# File 'lib/kraps/step.rb', line 2

def action
  @action
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



2
3
4
# File 'lib/kraps/step.rb', line 2

def before
  @before
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



2
3
4
# File 'lib/kraps/step.rb', line 2

def block
  @block
end

#dependencyObject

Returns the value of attribute dependency

Returns:

  • (Object)

    the current value of dependency



2
3
4
# File 'lib/kraps/step.rb', line 2

def dependency
  @dependency
end

#frameObject

Returns the value of attribute frame

Returns:

  • (Object)

    the current value of frame



2
3
4
# File 'lib/kraps/step.rb', line 2

def frame
  @frame
end

#jobsObject

Returns the value of attribute jobs

Returns:

  • (Object)

    the current value of jobs



2
3
4
# File 'lib/kraps/step.rb', line 2

def jobs
  @jobs
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



2
3
4
# File 'lib/kraps/step.rb', line 2

def options
  @options
end

#partitionerObject

Returns the value of attribute partitioner

Returns:

  • (Object)

    the current value of partitioner



2
3
4
# File 'lib/kraps/step.rb', line 2

def partitioner
  @partitioner
end

#partitionsObject

Returns the value of attribute partitions

Returns:

  • (Object)

    the current value of partitions



2
3
4
# File 'lib/kraps/step.rb', line 2

def partitions
  @partitions
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



2
3
4
# File 'lib/kraps/step.rb', line 2

def worker
  @worker
end