Class: Eligible::ProviderModel

Inherits:
APIResource show all
Defined in:
lib/eligible/provider_model.rb

Instance Attribute Summary

Attributes inherited from EligibleObject

#api_key, #eligible_id

Class Method Summary collapse

Methods inherited from APIResource

api_url, class_name, endpoint_name, require_param, required_param_validation, rest_api_params, send_request, url

Methods inherited from EligibleObject

#[], #[]=, construct_from, #each, #error, #initialize, #keys, #refresh_from, #to_hash, #to_json, #values

Constructor Details

This class inherits a constructor from Eligible::EligibleObject

Class Method Details

.get(params, opts = {}) ⇒ Object



3
4
5
# File 'lib/eligible/provider_model.rb', line 3

def self.get(params, opts = {})
  send_request :get, '/provider_models.json', params, **opts
end