aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/route_control/speed.rb
blob: d5798d1539119de68c7234b4f3fe3617e0a513ed (plain)
1
2
3
4
5
6
7
8
module RouteControl
  class Speed < ComplianceControl

    hstore_accessor :control_attributes, minimum: :integer, maximum: :integer

    def self.default_code; "3-VehicleJourney-2" end
  end
end