Class: RText::Tokenizer::Token
- Inherits:
-
Struct
- Object
- Struct
- RText::Tokenizer::Token
- Defined in:
- lib/rtext/tokenizer.rb
Instance Attribute Summary collapse
-
#ecol ⇒ Object
Returns the value of attribute ecol.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#line ⇒ Object
Returns the value of attribute line.
-
#scol ⇒ Object
Returns the value of attribute scol.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#ecol ⇒ Object
Returns the value of attribute ecol
8 9 10 |
# File 'lib/rtext/tokenizer.rb', line 8 def ecol @ecol end |
#kind ⇒ Object
Returns the value of attribute kind
8 9 10 |
# File 'lib/rtext/tokenizer.rb', line 8 def kind @kind end |
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/rtext/tokenizer.rb', line 8 def line @line end |
#scol ⇒ Object
Returns the value of attribute scol
8 9 10 |
# File 'lib/rtext/tokenizer.rb', line 8 def scol @scol end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/rtext/tokenizer.rb', line 8 def value @value end |