class BalihooLpcClient::Request::WebsiteMetrics

Public Instance Methods

fetch() click to toggle source
# File lib/balihoo_lpc_client/request/website_metrics.rb, line 4
def fetch
  response = self.class.get("/websitemetrics", opts).parsed_response
  handle_errors_with(klass: ApiResponseError, response: response)
  handle_response(response: response, klass: Response::WebsiteMetric, mappable: false)
end