Class: FsApi::Service::Product
- Inherits:
-
BaseService
- Object
- BaseService
- FsApi::Service::Product
- Includes:
- Searchable
- Defined in:
- lib/fs_api/service/product.rb
Instance Attribute Summary
Attributes inherited from BaseService
Instance Method Summary collapse
Methods included from Searchable
Methods inherited from BaseService
#all, #build, #create, #create_success_status_code, #delete, #find, #initialize, #instance_path, #path, #resource_type, #resource_type_plural, #save, #success_status_code
Constructor Details
This class inherits a constructor from FsApi::Service::BaseService
Instance Method Details
#collection_class ⇒ Object
6 7 8 |
# File 'lib/fs_api/service/product.rb', line 6 def collection_class FsApi::Resource::Product end |