Class: TwitterCldr::Segmentation::RuleMatchData

Inherits:
Struct
  • Object
show all
Defined in:
lib/twitter_cldr/segmentation/rule.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



8
9
10
# File 'lib/twitter_cldr/segmentation/rule.rb', line 8

def boundary_offset
  @boundary_offset
end

#boundary_positionObject

Returns the value of attribute boundary_position

Returns:

  • (Object)

    the current value of boundary_position



8
9
10
# File 'lib/twitter_cldr/segmentation/rule.rb', line 8

def boundary_position
  @boundary_position
end

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



8
9
10
# File 'lib/twitter_cldr/segmentation/rule.rb', line 8

def rule
  @rule
end