Class: TwitterCldr::Parsers::UnicodeRegexParser::CharacterClass::UnaryOperator

Inherits:
Struct
  • Object
show all
Defined in:
lib/twitter_cldr/parsers/unicode_regex/character_class.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childObject

Returns the value of attribute child

Returns:

  • (Object)

    the current value of child



19
20
21
# File 'lib/twitter_cldr/parsers/unicode_regex/character_class.rb', line 19

def child
  @child
end

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



19
20
21
# File 'lib/twitter_cldr/parsers/unicode_regex/character_class.rb', line 19

def operator
  @operator
end