Class: Airwallex::Beneficiary
- Inherits:
-
APIResource
- Object
- APIResource
- Airwallex::Beneficiary
- Extended by:
- APIOperations::Create, APIOperations::Delete, APIOperations::List, APIOperations::Retrieve
- Defined in:
- lib/airwallex/resources/beneficiary.rb
Instance Attribute Summary
Attributes inherited from APIResource
Class Method Summary collapse
Methods included from APIOperations::Create
Methods included from APIOperations::Retrieve
Methods included from APIOperations::List
Methods included from APIOperations::Delete
Methods inherited from APIResource
#changed_attributes, #dirty?, #initialize, #inspect, #method_missing, #refresh, #refresh_from, resource_name, #respond_to_missing?, #to_hash, #to_json, #to_s
Constructor Details
This class inherits a constructor from Airwallex::APIResource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Airwallex::APIResource
Class Method Details
.resource_path ⇒ Object
10 11 12 |
# File 'lib/airwallex/resources/beneficiary.rb', line 10 def self.resource_path "/api/v1/beneficiaries" end |