Class: FunctionalLightService::Sequencer::Operation::AndThen

Inherits:
Struct
  • Object
show all
Defined in:
lib/functional-light-service/functional/sequencer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



24
25
26
# File 'lib/functional-light-service/functional/sequencer.rb', line 24

def block
  @block
end