Method: Apphunk::Proxy.process_response
- Defined in:
- lib/apphunk/proxy.rb
.process_response(result) ⇒ Object
29 30 31 32 33 34 35 36 |
# File 'lib/apphunk/proxy.rb', line 29 def process_response(result) if result.success == true return true else Apphunk::Logger.error "Could not store message: #{result.response}" return false end end |