Class: RuboCop::Daemon::SocketReader::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



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

def command
  @command
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



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

def cwd
  @cwd
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



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

def token
  @token
end