Class: PlatformosCheck::Token
- Inherits:
-
Struct
- Object
- Struct
- PlatformosCheck::Token
- Defined in:
- lib/platformos_check/language_server/tokens.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
4 5 6 |
# File 'lib/platformos_check/language_server/tokens.rb', line 4 def content @content end |
#end ⇒ Object
Returns the value of attribute end
4 5 6 |
# File 'lib/platformos_check/language_server/tokens.rb', line 4 def end @end end |
#start ⇒ Object
Returns the value of attribute start
4 5 6 |
# File 'lib/platformos_check/language_server/tokens.rb', line 4 def start @start end |