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