Class: RubyUIConverter::ComponentMap::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_ui_converter/component_map.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emitterObject

Returns the value of attribute emitter

Returns:

  • (Object)

    the current value of emitter



27
28
29
# File 'lib/ruby_ui_converter/component_map.rb', line 27

def emitter
  @emitter
end

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



27
28
29
# File 'lib/ruby_ui_converter/component_map.rb', line 27

def matcher
  @matcher
end