Class: RuboCop::Server::SocketReader::Header Private
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Server::SocketReader::Header
- Defined in:
- lib/rubocop/server/socket_reader.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#command ⇒ Object
Returns the value of attribute command.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
18 19 20 |
# File 'lib/rubocop/server/socket_reader.rb', line 18 def args @args end |
#command ⇒ Object
Returns the value of attribute command
18 19 20 |
# File 'lib/rubocop/server/socket_reader.rb', line 18 def command @command end |
#cwd ⇒ Object
Returns the value of attribute cwd
18 19 20 |
# File 'lib/rubocop/server/socket_reader.rb', line 18 def cwd @cwd end |
#token ⇒ Object
Returns the value of attribute token
18 19 20 |
# File 'lib/rubocop/server/socket_reader.rb', line 18 def token @token end |