Class: RubyLsp::Requests::SemanticHighlighting::SemanticToken
- Inherits:
-
Struct
- Object
- Struct
- RubyLsp::Requests::SemanticHighlighting::SemanticToken
- Defined in:
- lib/ruby_lsp/requests/semantic_highlighting.rb
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#location ⇒ Object
Returns the value of attribute location.
-
#modifier ⇒ Object
Returns the value of attribute modifier.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length
38 39 40 |
# File 'lib/ruby_lsp/requests/semantic_highlighting.rb', line 38 def length @length end |
#location ⇒ Object
Returns the value of attribute location
38 39 40 |
# File 'lib/ruby_lsp/requests/semantic_highlighting.rb', line 38 def location @location end |
#modifier ⇒ Object
Returns the value of attribute modifier
38 39 40 |
# File 'lib/ruby_lsp/requests/semantic_highlighting.rb', line 38 def modifier @modifier end |
#type ⇒ Object
Returns the value of attribute type
38 39 40 |
# File 'lib/ruby_lsp/requests/semantic_highlighting.rb', line 38 def type @type end |