Class: Rubyfox::Client::ExtensionHandler::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubyfox/client/extension_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



4
5
6
# File 'lib/rubyfox/client/extension_handler.rb', line 4

def command
  @command
end

#packet_idObject

Returns the value of attribute packet_id

Returns:

  • (Object)

    the current value of packet_id



4
5
6
# File 'lib/rubyfox/client/extension_handler.rb', line 4

def packet_id
  @packet_id
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



4
5
6
# File 'lib/rubyfox/client/extension_handler.rb', line 4

def params
  @params
end

#roomObject

Returns the value of attribute room

Returns:

  • (Object)

    the current value of room



4
5
6
# File 'lib/rubyfox/client/extension_handler.rb', line 4

def room
  @room
end