Class: Depager::GrammarPartParser::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/depager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



76
77
78
# File 'lib/depager.rb', line 76

def lineno
  @lineno
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



76
77
78
# File 'lib/depager.rb', line 76

def name
  @name
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



76
77
78
# File 'lib/depager.rb', line 76

def tag
  @tag
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



76
77
78
# File 'lib/depager.rb', line 76

def value
  @value
end