Class: TwitterCldr::Parsers::SegmentationParser::Rule

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

Direct Known Subclasses

BreakRule, NoBreakRule

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



14
15
16
# File 'lib/twitter_cldr/parsers/segmentation_parser.rb', line 14

def id
  @id
end

#stringObject

Returns the value of attribute string.



14
15
16
# File 'lib/twitter_cldr/parsers/segmentation_parser.rb', line 14

def string
  @string
end