Class: TwitterCldr::Parsers::SegmentationParser::RuleMatchData

Inherits:
Struct
  • Object
show all
Defined in:
lib/twitter_cldr/parsers/segmentation_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#boundary_offsetObject

Returns the value of attribute boundary_offset

Returns:

  • (Object)

    the current value of boundary_offset



11
12
13
# File 'lib/twitter_cldr/parsers/segmentation_parser.rb', line 11

def boundary_offset
  @boundary_offset
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



11
12
13
# File 'lib/twitter_cldr/parsers/segmentation_parser.rb', line 11

def text
  @text
end