Class: EasybillRestClient::DocumentPaymentApi
- Inherits:
-
GenericApi
- Object
- GenericApi
- EasybillRestClient::DocumentPaymentApi
- Defined in:
- lib/easybill_rest_client/document_payment_api.rb
Instance Attribute Summary
Attributes inherited from GenericApi
Instance Method Summary collapse
Methods inherited from GenericApi
#build, #create, #delete, #find, #find_all, #initialize, #save, #update
Constructor Details
This class inherits a constructor from EasybillRestClient::GenericApi
Instance Method Details
#resource_class ⇒ Object
11 12 13 |
# File 'lib/easybill_rest_client/document_payment_api.rb', line 11 def resource_class DocumentPayment end |
#resource_name ⇒ Object
7 8 9 |
# File 'lib/easybill_rest_client/document_payment_api.rb', line 7 def resource_name 'document-payments' end |