123456789_123456789_123456789_123456789_123456789_

Class: RuboCop::Server::SocketReader::Header 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

#args (rw)

[ GitHub ]

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

Header = Struct.new(:token, :cwd, :command, :args)

#command (rw)

[ GitHub ]

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

Header = Struct.new(:token, :cwd, :command, :args)

#cwd (rw)

[ GitHub ]

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

Header = Struct.new(:token, :cwd, :command, :args)

#token (rw)

[ GitHub ]

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

Header = Struct.new(:token, :cwd, :command, :args)