Sha256: b15e4b520ca0ac7c0218fb377db1e231a8eb99d7ce2fe10b372d2d3809571126

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

# frozen_string_literal: true

module Rodbot
  module Constants

    # Service types
    SERVICES = %i(app relay schedule).freeze

    # Hosting types
    HOSTINGS = %i(procfile docker render).freeze

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rodbot-0.5.1 lib/rodbot/constants.rb
rodbot-0.5.0 lib/rodbot/constants.rb