Class: Eligible::PreauthResource
- Inherits:
-
CoverageResource
- Object
- EligibleObject
- APIResource
- CoverageResource
- Eligible::PreauthResource
- Defined in:
- lib/eligible/preauth_resource.rb
Instance Attribute Summary
Attributes inherited from EligibleObject
Class Method Summary collapse
Methods inherited from CoverageResource
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
.create(params, opts = {}) ⇒ Object
7 8 9 |
# File 'lib/eligible/preauth_resource.rb', line 7 def self.create(params, opts = {}) post(params, **opts) end |
.inquiry(params, opts = {}) ⇒ Object
3 4 5 |
# File 'lib/eligible/preauth_resource.rb', line 3 def self.inquiry(params, opts = {}) get(params, **opts) end |