Class: Haml::I18n::Extractor::TextFinder::FinderResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/haml-i18n-extractor/extraction/finder/text_finder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matchObject

Returns the value of attribute match

Returns:

  • (Object)

    the current value of match



25
26
27
# File 'lib/haml-i18n-extractor/extraction/finder/text_finder.rb', line 25

def match
  @match
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



25
26
27
# File 'lib/haml-i18n-extractor/extraction/finder/text_finder.rb', line 25

def type
  @type
end