Sha256: 8064c14269d6f326abe724c6e08c4284af5f0f8dd960f66d0344f0bc09cc01f5

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 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
      ROUTER          = "#{CONFIG_DIR_PATH}/router.rb".freeze
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pleiades-0.1.1 lib/pleiades/core/constants.rb