123456789_123456789_123456789_123456789_123456789_

Class: RuboCop::Server::SocketReader::Request Private

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/rubocop/server/socket_reader.rb

Instance Attribute Summary

Instance Attribute Details

#body (rw)

[ GitHub ]

  
# File 'lib/rubocop/server/socket_reader.rb', line 17

Request = Struct.new(:header, :body)

#header (rw)

[ GitHub ]

  
# File 'lib/rubocop/server/socket_reader.rb', line 17

Request = Struct.new(:header, :body)