Class: Sass::Script::Lexer::Token
- Defined in:
- lib/sass/script/lexer.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
6 7 8 |
# File 'lib/sass/script/lexer.rb', line 6 def line @line end |
#offset ⇒ Object
Returns the value of attribute offset
6 7 8 |
# File 'lib/sass/script/lexer.rb', line 6 def offset @offset end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/sass/script/lexer.rb', line 6 def type @type end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/sass/script/lexer.rb', line 6 def value @value end |