Class: Jade::Token

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/lexer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rangeObject (readonly)

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



7
8
9
# File 'lib/jade/lexer.rb', line 7

def range
  @range
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/jade/lexer.rb', line 7

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/jade/lexer.rb', line 7

def value
  @value
end