Class: Philiprehberger::SafeExec::Tokenizer::Token
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::SafeExec::Tokenizer::Token
- Defined in:
- lib/philiprehberger/safe_exec/tokenizer.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
26 27 28 |
# File 'lib/philiprehberger/safe_exec/tokenizer.rb', line 26 def type @type end |
#value ⇒ Object
Returns the value of attribute value
26 27 28 |
# File 'lib/philiprehberger/safe_exec/tokenizer.rb', line 26 def value @value end |