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.7.2.3 templates/app/lib/headers/yetto.rb
hephaestus-0.7.2.2 templates/app/lib/headers/yetto.rb
hephaestus-0.7.2.1 templates/app/lib/headers/yetto.rb
hephaestus-0.7.2 templates/app/lib/headers/yetto.rb
hephaestus-0.7.1 templates/app/lib/headers/yetto.rb
hephaestus-0.7.0 templates/app/lib/headers/yetto.rb
hephaestus-0.6.4 templates/app/lib/headers/yetto.rb
hephaestus-0.6.3 templates/app/lib/headers/yetto.rb
hephaestus-0.6.2 templates/app/lib/headers/yetto.rb
hephaestus-0.6.1 templates/app/lib/headers/yetto.rb
hephaestus-0.6.0 templates/app/lib/headers/yetto.rb
hephaestus-0.5.2 templates/app/lib/headers/yetto.rb
hephaestus-0.5.1 templates/app/lib/headers/yetto.rb
hephaestus-0.5.0 templates/app/lib/headers/yetto.rb
hephaestus-0.4.0 templates/app/lib/headers/yetto.rb