Class: Eligible::V1_0::Charge
- Inherits:
-
RestAPIBase
- Object
- EligibleObject
- APIResource
- RestAPIBase
- Eligible::V1_0::Charge
- Defined in:
- lib/eligible/v1_0/charge.rb
Constant Summary collapse
- ENDPOINT_NAME =
'charges'.freeze
Constants inherited from RestAPIBase
Instance Attribute Summary
Attributes inherited from EligibleObject
Class Method Summary collapse
Methods inherited from RestAPIBase
create, list, retrieve, update
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
.delete(_params, _opts = {}) ⇒ Object
8 9 10 |
# File 'lib/eligible/v1_0/charge.rb', line 8 def self.delete(_params, _opts = {}) fail NotImplementedError, "Not an allowed operation for this endpoint" end |