Sha256: a38346a7ea773ef2a3d0b3df90dcf1694533876e3da7238fcd45d8395256edd0

Contents?: true

Size: 480 Bytes

Versions: 55

Compression:

Stored size: 480 Bytes

Contents

# typed: false
# frozen_string_literal: true

module Headers
  module Yetto
    YETTO_DELIVERY_ID = "HTTP_X_YETTO_DELIVERY_ID"

    HEADER_EVENT = "HTTP_X_YETTO_EVENT"
    EVENT_AFTER_CREATE = "created"
    EVENT_AFTER_UPDATE = "updated"
    EVENT_AFTER_DESTROY = "destroyed"

    HEADER_RECORD_TYPE = "HTTP_X_YETTO_RECORD_TYPE"
    RECORD_TYPE_PLUG_INSTALLATION = "plug_installation"
    RECORD_TYPE_MESSAGE = "message"

    HEADER_SIGNATURE = "HTTP_X_YETTO_SIGNATURE"
  end
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
hephaestus-0.8.11 templates/app/lib/headers/yetto.rb
hephaestus-0.8.10 templates/app/lib/headers/yetto.rb
hephaestus-0.8.9.2 templates/app/lib/headers/yetto.rb
hephaestus-0.8.9.1 templates/app/lib/headers/yetto.rb
hephaestus-0.8.9 templates/app/lib/headers/yetto.rb
hephaestus-0.8.8 templates/app/lib/headers/yetto.rb
hephaestus-0.8.7.5 templates/app/lib/headers/yetto.rb
hephaestus-0.8.7.4 templates/app/lib/headers/yetto.rb
hephaestus-0.8.7.3 templates/app/lib/headers/yetto.rb
hephaestus-0.8.7.2 templates/app/lib/headers/yetto.rb
hephaestus-0.8.7.1 templates/app/lib/headers/yetto.rb
hephaestus-0.8.7 templates/app/lib/headers/yetto.rb
hephaestus-0.8.6 templates/app/lib/headers/yetto.rb
hephaestus-0.8.5 templates/app/lib/headers/yetto.rb
hephaestus-0.8.4.1 templates/app/lib/headers/yetto.rb
hephaestus-0.8.4 templates/app/lib/headers/yetto.rb
hephaestus-0.8.3.4 templates/app/lib/headers/yetto.rb
hephaestus-0.8.3.3 templates/app/lib/headers/yetto.rb
hephaestus-0.8.3.2 templates/app/lib/headers/yetto.rb
hephaestus-0.8.3.1 templates/app/lib/headers/yetto.rb