Class: Jade::Token
- Inherits:
-
Data
- Object
- Data
- Jade::Token
- Defined in:
- lib/jade/lexer.rb
Instance Attribute Summary collapse
-
#range ⇒ Object
readonly
Returns the value of attribute range.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#range ⇒ Object (readonly)
Returns the value of attribute range
7 8 9 |
# File 'lib/jade/lexer.rb', line 7 def range @range end |
#type ⇒ Object (readonly)
Returns the value of attribute type
7 8 9 |
# File 'lib/jade/lexer.rb', line 7 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
7 8 9 |
# File 'lib/jade/lexer.rb', line 7 def value @value end |