Class: RubyUIConverter::Lexer::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_ui_converter/lexer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



10
11
12
# File 'lib/ruby_ui_converter/lexer.rb', line 10

def raw
  @raw
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/ruby_ui_converter/lexer.rb', line 10

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/ruby_ui_converter/lexer.rb', line 10

def value
  @value
end