Class: BalihooLpcClient::Request::WebsiteMetrics
- Defined in:
- lib/balihoo_lpc_client/request/website_metrics.rb
Instance Attribute Summary
Attributes inherited from ApiBase
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from ApiBase
Methods inherited from Base
Constructor Details
This class inherits a constructor from BalihooLpcClient::Request::ApiBase
Instance Method Details
#fetch ⇒ Object
4 5 6 7 8 |
# 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 |