Sha256: 6ef8dc337c77f30be73e3ffb1e8437a42b1fba8ee455ac6eabe1e0439934a64c

Contents?: true

Size: 549 Bytes

Versions: 5

Compression:

Stored size: 549 Bytes

Contents

module Pleiades
  module Constants
    module Events
      TYPES =
        %w[
          text
          sticker
          postback
          follow
          unfollow
        ].map(&:freeze).freeze
    end

    module File
      CONFIG_DIR_PATH = 'config/pleiades'.freeze
      CONFIG          = "#{CONFIG_DIR_PATH}/config.yml".freeze
      INITIALIZER     = 'config/initializers/pleiades.rb'.freeze
      ROUTER          = "#{CONFIG_DIR_PATH}/router.rb".freeze
      ROUTING_PROXY   = "#{CONFIG_DIR_PATH}/routing_proxy.rb".freeze
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pleiades-0.1.6 lib/pleiades/core/constants.rb
pleiades-0.1.5 lib/pleiades/core/constants.rb
pleiades-0.1.4 lib/pleiades/core/constants.rb
pleiades-0.1.3 lib/pleiades/core/constants.rb
pleiades-0.1.2 lib/pleiades/core/constants.rb