Class: EasybillRestClient::PostBoxApi
- Inherits:
-
GenericApi
- Object
- GenericApi
- EasybillRestClient::PostBoxApi
- Defined in:
- lib/easybill_rest_client/post_box_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/post_box_api.rb', line 11 def resource_class PostBox end |
#resource_name ⇒ Object
7 8 9 |
# File 'lib/easybill_rest_client/post_box_api.rb', line 7 def resource_name 'post-boxes' end |