Class: Depager::GrammarPartParser::Token
- Inherits:
-
Struct
- Object
- Struct
- Depager::GrammarPartParser::Token
- Defined in:
- lib/depager.rb
Instance Attribute Summary collapse
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#lineno ⇒ Object
Returns the value of attribute lineno
76 77 78 |
# File 'lib/depager.rb', line 76 def lineno @lineno end |
#name ⇒ Object
Returns the value of attribute name
76 77 78 |
# File 'lib/depager.rb', line 76 def name @name end |
#tag ⇒ Object
Returns the value of attribute tag
76 77 78 |
# File 'lib/depager.rb', line 76 def tag @tag end |
#value ⇒ Object
Returns the value of attribute value
76 77 78 |
# File 'lib/depager.rb', line 76 def value @value end |