Class: Bixby::APIChannel

Inherits:
Object
  • Object
show all
Extended by:
Log
Includes:
Log
Defined in:
lib/bixby-common/api/api_channel.rb

Direct Known Subclasses

HttpChannel, WebSocket::APIChannel

Instance Method Summary collapse

Methods included from Log

bin_regex, clean_ex, clean_ex_for_console, console_appender?, gems_regex, log, ruby_regex, setup_logger

Instance Method Details

#execute(json_request) ⇒ JsonResponse

Execute the given request

Parameters:

Returns:

Raises:

  • (NotImplementedError)


14
15
16
# File 'lib/bixby-common/api/api_channel.rb', line 14

def execute(json_request)
  raise NotImplementedError
end