Class: RubyUIConverter::ComponentMap::Rule
- Inherits:
-
Struct
- Object
- Struct
- RubyUIConverter::ComponentMap::Rule
- Defined in:
- lib/ruby_ui_converter/component_map.rb
Instance Attribute Summary collapse
-
#emitter ⇒ Object
Returns the value of attribute emitter.
-
#matcher ⇒ Object
Returns the value of attribute matcher.
Instance Attribute Details
#emitter ⇒ Object
Returns the value of attribute emitter
27 28 29 |
# File 'lib/ruby_ui_converter/component_map.rb', line 27 def emitter @emitter end |
#matcher ⇒ Object
Returns the value of attribute matcher
27 28 29 |
# File 'lib/ruby_ui_converter/component_map.rb', line 27 def matcher @matcher end |