Module: Fetcher::Postgres::Helper

Defined in:
lib/bas/fetcher/postgres/helper.rb

Overview

Provides common fuctionalities along the Postgres domain.

Class Method Summary collapse

Class Method Details

.validate_response(response) ⇒ Object



9
10
11
12
13
# File 'lib/bas/fetcher/postgres/helper.rb', line 9

def self.validate_response(response)
  response.response.check_result

  response
end