Class: RubyUIConverter::Lexer::Token
- Inherits:
-
Struct
- Object
- Struct
- RubyUIConverter::Lexer::Token
- Defined in:
- lib/ruby_ui_converter/lexer.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#raw ⇒ Object
Returns the value of attribute raw
10 11 12 |
# File 'lib/ruby_ui_converter/lexer.rb', line 10 def raw @raw end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/ruby_ui_converter/lexer.rb', line 10 def type @type end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/ruby_ui_converter/lexer.rb', line 10 def value @value end |