Class: Babelyoda::StringsParser::Bit

Inherits:
Struct
  • Object
show all
Defined in:
lib/babelyoda/strings_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



6
7
8
# File 'lib/babelyoda/strings_parser.rb', line 6

def token
  @token
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/babelyoda/strings_parser.rb', line 6

def value
  @value
end