Class: RuboCop::Server::SocketReader::Request Private
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Server::SocketReader::Request
- 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
-
#body ⇒ Object
Returns the value of attribute body.
-
#header ⇒ Object
Returns the value of attribute header.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
17 18 19 |
# File 'lib/rubocop/server/socket_reader.rb', line 17 def body @body end |
#header ⇒ Object
Returns the value of attribute header
17 18 19 |
# File 'lib/rubocop/server/socket_reader.rb', line 17 def header @header end |