Class: TwitterCldr::Parsers::UnicodeRegexParser::CharacterClass::BinaryOperator
- Inherits:
-
Struct
- Object
- Struct
- TwitterCldr::Parsers::UnicodeRegexParser::CharacterClass::BinaryOperator
- Defined in:
- lib/twitter_cldr/parsers/unicode_regex/character_class.rb
Overview
Character classes can include set operations (eg. union, intersection, etc).
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Method Summary collapse
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
18 19 20 |
# File 'lib/twitter_cldr/parsers/unicode_regex/character_class.rb', line 18 def left @left end |
#operator ⇒ Object
Returns the value of attribute operator
18 19 20 |
# File 'lib/twitter_cldr/parsers/unicode_regex/character_class.rb', line 18 def operator @operator end |
#right ⇒ Object
Returns the value of attribute right
18 19 20 |
# File 'lib/twitter_cldr/parsers/unicode_regex/character_class.rb', line 18 def right @right end |
Instance Method Details
#type ⇒ Object
19 20 21 |
# File 'lib/twitter_cldr/parsers/unicode_regex/character_class.rb', line 19 def type :binary_operator end |