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