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
11 12 13 |
# File 'lib/rblade/compiler.rb', line 11 def type @type end |
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'lib/rblade/compiler.rb', line 11 def value @value end |