Class: FunctionalLightService::Sequencer::Operation::Get

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



22
23
24
# File 'lib/functional-light-service/functional/sequencer.rb', line 22

def block
  @block
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/functional-light-service/functional/sequencer.rb', line 22

def name
  @name
end