Class: ComponentEmbeddedRuby::Lexer::Token
- Inherits:
-
Struct
- Object
- Struct
- ComponentEmbeddedRuby::Lexer::Token
- Defined in:
- lib/component_embedded_ruby/lexer.rb
Instance Attribute Summary collapse
-
#position ⇒ Object
Returns the value of attribute position.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#position ⇒ Object
Returns the value of attribute position
9 10 11 |
# File 'lib/component_embedded_ruby/lexer.rb', line 9 def position @position end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/component_embedded_ruby/lexer.rb', line 9 def type @type end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/component_embedded_ruby/lexer.rb', line 9 def value @value end |