Class: ColumnSifter::Base::Lexer::Token
- Inherits:
-
Struct
- Object
- Struct
- ColumnSifter::Base::Lexer::Token
- Defined in:
- lib/column_sifter/base/lexer.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/column_sifter/base/lexer.rb', line 6 def type @type end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/column_sifter/base/lexer.rb', line 6 def value @value end |