Class: RuboCop::Daemon::SocketReader::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/daemon/socket_reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



6
7
8
# File 'lib/rubocop/daemon/socket_reader.rb', line 6

def body
  @body
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



6
7
8
# File 'lib/rubocop/daemon/socket_reader.rb', line 6

def header
  @header
end