Class: RoyalMailApi::ResponseHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/royal_mail_api/response_handler.rb

Class Method Summary collapse

Class Method Details

.handle_response(response) ⇒ Object



4
5
6
# File 'lib/royal_mail_api/response_handler.rb', line 4

def handle_response(response)
  Response.new(response)
end