AutoApi.WindscreenCapability.setters
You're seeing just the function
setters
, go back to AutoApi.WindscreenCapability module for more information.
Specs
Returns the list of setters defined for the capability.
The list is a Keyword
with the setter name as a key and as value
a tuple with three elements:
- mandatory properties
- optional properties
- constants
Example
iex> AutoApi.WindscreenCapability.setters()
[set_windscreen_damage: {[:windscreen_damage], [:windscreen_damage_zone], []}, set_windscreen_replacement_needed: {[:windscreen_needs_replacement], [], []}, control_wipers: {[:wipers_status], [:wipers_intensity], []}]