Class: TwitterCldr::Segmentation::RuleMatchData
- Inherits:
-
Struct
- Object
- Struct
- TwitterCldr::Segmentation::RuleMatchData
- Defined in:
- lib/twitter_cldr/segmentation/rule.rb
Instance Attribute Summary collapse
-
#boundary_offset ⇒ Object
Returns the value of attribute boundary_offset.
-
#boundary_position ⇒ Object
Returns the value of attribute boundary_position.
-
#rule ⇒ Object
Returns the value of attribute rule.
Instance Attribute Details
#boundary_offset ⇒ Object
Returns the value of attribute boundary_offset
8 9 10 |
# File 'lib/twitter_cldr/segmentation/rule.rb', line 8 def boundary_offset @boundary_offset end |
#boundary_position ⇒ Object
Returns the value of attribute boundary_position
8 9 10 |
# File 'lib/twitter_cldr/segmentation/rule.rb', line 8 def boundary_position @boundary_position end |
#rule ⇒ Object
Returns the value of attribute rule
8 9 10 |
# File 'lib/twitter_cldr/segmentation/rule.rb', line 8 def rule @rule end |