Sha256: 974470470cf4a06a96d047814131ab3f8984328d503d41e7c70697317fe4e6dc

Contents?: true

Size: 197 Bytes

Versions: 6

Compression:

Stored size: 197 Bytes

Contents

module Chouette
  module ForAlightingEnumerations
    extend Enumerize
    extend ActiveModel::Naming
    
    enumerize :for_alighting, in: %w[normal forbidden request_stop is_flexible]
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ninoxe-1.2.3 app/models/chouette/for_alighting_enumerations.rb
ninoxe-1.2.2 app/models/chouette/for_alighting_enumerations.rb
ninoxe-1.2.1 app/models/chouette/for_alighting_enumerations.rb
ninoxe-1.2.0 app/models/chouette/for_alighting_enumerations.rb
ninoxe-1.1.5 app/models/chouette/for_alighting_enumerations.rb
ninoxe-1.1.4 app/models/chouette/for_alighting_enumerations.rb