Class: SynsbasenApi::Brand
- Extended by:
- Findable, Searchable
- Defined in:
- lib/synsbasen_api/resources/brand.rb
Overview
The Brand
class provides methods for interacting with brand-related
endpoints in the Synsbasen API.
Constant Summary
Constants inherited from Client
Class Method Summary collapse
-
.all(expand: []) ⇒ ApiResponse
Retrieves information about all brands.
Methods included from Findable
Methods included from Searchable
Methods inherited from Client
Class Method Details
.all(expand: []) ⇒ ApiResponse
Retrieves information about all brands.
15 16 17 |
# File 'lib/synsbasen_api/resources/brand.rb', line 15 def all(expand: []) get("/v1/#{resource_name}", expand: ) end |