Class: MaquinaStream::Element
- Inherits:
-
Struct
- Object
- Struct
- MaquinaStream::Element
- Defined in:
- lib/maquina_stream/registries.rb
Overview
One registered element override: the element name, and the options it was registered with. See Registries#register_element.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/maquina_stream/registries.rb', line 6 def name @name end |
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/maquina_stream/registries.rb', line 6 def @options end |