Class: FunctionalLightService::Sequencer::Operation::Get
- 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
22 23 24 |
# File 'lib/functional-light-service/functional/sequencer.rb', line 22 def block @block end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/functional-light-service/functional/sequencer.rb', line 22 def name @name end |