Class: FunctionalLightService::Sequencer::Operation::Let
- Defined in:
- lib/functional-light-service/functional/sequencer.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
23 24 25 |
# File 'lib/functional-light-service/functional/sequencer.rb', line 23 def block @block end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/functional-light-service/functional/sequencer.rb', line 23 def name @name end |