Class: SpreeCmCommissioner::Vehicle

Inherits:
Base
  • Object
show all
Includes:
Integrations::IntegrationMappable, VehicleKind
Defined in:
app/models/spree_cm_commissioner/vehicle.rb

Constant Summary

Constants included from VehicleKind

SpreeCmCommissioner::VehicleKind::VEHICLE_KINDS

Instance Method Summary collapse

Methods included from VehicleKind

#display_vehicle_kind, options

Instance Method Details

#display_nameObject



21
22
23
# File 'app/models/spree_cm_commissioner/vehicle.rb', line 21

def display_name
  license_plate.present? ? "#{name} (#{license_plate})" : name
end