AutoApi.HistoricalCapability.setters
You're seeing just the function
setters
, go back to AutoApi.HistoricalCapability 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.HistoricalCapability.setters()
[request_states: {[:capability_id], [:start_date, :end_date], []}, get_trips: {[], [:start_date, :end_date], [capability_id: <<0, 106>>]}, get_charging_sessions: {[], [:start_date, :end_date], [capability_id: <<0, 109>>]}]