Class: Cb::Utils::ConsoleObserver
- Inherits:
-
Object
- Object
- Cb::Utils::ConsoleObserver
- Defined in:
- lib/cb/utils/console_observer.rb
Instance Method Summary collapse
Instance Method Details
#update(api_call) ⇒ Object
4 5 6 |
# File 'lib/cb/utils/console_observer.rb', line 4 def update(api_call) puts "#{api_call.api_call_type.to_s} #{api_call.path}/#{api_call..to_s} response: #{api_call.response.to_json}" end |