Class: MaquinaStream::Fence

Inherits:
Struct
  • Object
show all
Defined in:
lib/maquina_stream/registries.rb

Overview

One registered fence: the info string it matches, and the options it was registered with. See Registries#register_fence.

Instance Attribute Summary collapse

Instance Attribute Details

#info ⇒ Object

Returns the value of attribute info

Returns:

  • (Object) —

    the current value of info



14
15
16
# File 'lib/maquina_stream/registries.rb', line 14

def info
  @info
end

#options ⇒ Object

Returns the value of attribute options

Returns:

  • (Object) —

    the current value of options



14
15
16
# File 'lib/maquina_stream/registries.rb', line 14

def options
  @options
end