Class: Bixby::APIChannel
- Inherits:
-
Object
- Object
- Bixby::APIChannel
- Extended by:
- Log
- Includes:
- Log
- Defined in:
- lib/bixby-common/api/api_channel.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#execute(json_request) ⇒ JsonResponse
Execute the given request.
Methods included from Log
Instance Method Details
#execute(json_request) ⇒ JsonResponse
Execute the given request
14 15 16 |
# File 'lib/bixby-common/api/api_channel.rb', line 14 def execute(json_request) raise NotImplementedError end |