Class: MaquinaStream::Tag
- Inherits:
-
Struct
- Object
- Struct
- MaquinaStream::Tag
- Defined in:
- lib/maquina_stream/registries.rb
Overview
One registered custom tag: the tag name, and the options it was registered with. See Registries#register_tag.
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
10 11 12 |
# File 'lib/maquina_stream/registries.rb', line 10 def name @name end |
#options ⇒ Object
Returns the value of attribute options
10 11 12 |
# File 'lib/maquina_stream/registries.rb', line 10 def @options end |