Sha256: 0492eaa45846a6c30666d526bfc51079531bebab9d8c268b05c23d071a84e00d

Contents?: true

Size: 176 Bytes

Versions: 16

Compression:

Stored size: 176 Bytes

Contents

module Marty
  module Notifications
    class EventType < Marty::Base
      extend Marty::PgEnum

      VALUES = Set[
        'API reached the limit'
      ]
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
marty-14.3.0 app/models/marty/notifications/event_type.rb
marty-14.0.0 app/models/marty/notifications/event_type.rb
marty-13.0.2 app/models/marty/notifications/event_type.rb
marty-11.0.0 app/models/marty/notifications/event_type.rb
marty-10.0.3 app/models/marty/notifications/event_type.rb
marty-10.0.2 app/models/marty/notifications/event_type.rb
marty-10.0.0 app/models/marty/notifications/event_type.rb
marty-9.5.1 app/models/marty/notifications/event_type.rb
marty-9.5.0 app/models/marty/notifications/event_type.rb
marty-9.3.3 app/models/marty/notifications/event_type.rb
marty-9.3.2 app/models/marty/notifications/event_type.rb
marty-9.3.0 app/models/marty/notifications/event_type.rb
marty-8.5.0 app/models/marty/notifications/event_type.rb
marty-8.4.1 app/models/marty/notifications/event_type.rb
marty-8.3.1 app/models/marty/notifications/event_type.rb
marty-8.2.0 app/models/marty/notifications/event_type.rb