Class: MaquinaStream::Fence
- Inherits:
-
Struct
- Object
- Struct
- MaquinaStream::Fence
- 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
-
#info ⇒ Object
Returns the value of attribute info.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#info ⇒ Object
Returns the value of attribute info
14 15 16 |
# File 'lib/maquina_stream/registries.rb', line 14 def info @info end |
#options ⇒ Object
Returns the value of attribute options
14 15 16 |
# File 'lib/maquina_stream/registries.rb', line 14 def @options end |