Class: XcodeResultBundleProcessor::SLF0::Tokenizer::Token
- Inherits:
-
Struct
- Object
- Struct
- XcodeResultBundleProcessor::SLF0::Tokenizer::Token
- Defined in:
- lib/xcoderesultbundleprocessor/slf0/tokenizer.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#int ⇒ Object
Returns the value of attribute int.
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier
4 5 6 |
# File 'lib/xcoderesultbundleprocessor/slf0/tokenizer.rb', line 4 def identifier @identifier end |
#int ⇒ Object
Returns the value of attribute int
4 5 6 |
# File 'lib/xcoderesultbundleprocessor/slf0/tokenizer.rb', line 4 def int @int end |