Class: RubyLanguageServer::Server::Position
- Inherits:
-
Struct
- Object
- Struct
- RubyLanguageServer::Server::Position
- Defined in:
- lib/ruby_language_server/server.rb
Instance Attribute Summary collapse
-
#character ⇒ Object
Returns the value of attribute character.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#character ⇒ Object
Returns the value of attribute character
8 9 10 |
# File 'lib/ruby_language_server/server.rb', line 8 def character @character end |
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/ruby_language_server/server.rb', line 8 def line @line end |