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

log, 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