class Cb::Utils::ConsoleObserver
Public Instance Methods
update(api_call)
click to toggle source
# File lib/cb/utils/console_observer.rb, line 14 def update(api_call) puts "#{api_call.api_call_type} #{api_call.path}/#{api_call.options} response: #{api_call.response.to_json}" end