Class: Cb::Utils::ConsoleObserver

Inherits:
Object
  • Object
show all
Defined in:
lib/cb/utils/console_observer.rb

Instance Method Summary collapse

Instance Method Details

#update(api_call) ⇒ Object



14
15
16
# 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