AutoApi.ParkingTicketCapability.setters
You're seeing just the function
setters
, go back to AutoApi.ParkingTicketCapability 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.ParkingTicketCapability.setters()
[start_parking: {[:operator_ticket_id, :ticket_start_time], [:operator_name, :ticket_end_time], [status: <<1>>]}, end_parking: {[], [], [status: <<0>>]}]