Class: TwitterCldr::Resources::Properties::SentenceBreakPropertyImporter
- Inherits:
-
PropertyImporter
- Object
- Importer
- PropertyImporter
- TwitterCldr::Resources::Properties::SentenceBreakPropertyImporter
- Defined in:
- lib/twitter_cldr/resources/properties/sentence_break_property_importer.rb
Constant Summary collapse
- DATA_FILE =
'ucd/auxiliary/SentenceBreakProperty.txt'
- PROPERTY_NAME =
'Sentence_Break'
Constants inherited from Importer
Instance Attribute Summary
Attributes inherited from Importer
Instance Method Summary collapse
Methods inherited from Importer
#can_import?, default_params, #import, #initialize, locales, output_path, parameter, parameters, #prepare, requirement, requirements, ruby_engine
Constructor Details
This class inherits a constructor from TwitterCldr::Resources::Importer
Instance Method Details
#property_name ⇒ Object
18 19 20 |
# File 'lib/twitter_cldr/resources/properties/sentence_break_property_importer.rb', line 18 def property_name PROPERTY_NAME end |