Class: Flexr::Runtime::Token
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Runtime::Token
- Defined in:
- lib/flexr/runtime/token.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
5 6 7 |
# File 'lib/flexr/runtime/token.rb', line 5 def location @location end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/flexr/runtime/token.rb', line 5 def type @type end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/flexr/runtime/token.rb', line 5 def value @value end |