Sha256: 3ad7dccc0cd3363ca3d5e43033193db66222f890fd276f32febe6180ef920390

Contents?: true

Size: 357 Bytes

Versions: 10

Compression:

Stored size: 357 Bytes

Contents

# frozen_string_literal: true

module NeetoDeploy
  class CLI
    module Env
      module Constants
        NEETO_DEPLOY_CLI_API_ENVIRONMENT_VARIABLES_URL = "#{NEETO_DEPLOY_CLI_API_BASE_URL}/environment_variables".freeze

        def environment_variables_url
          NEETO_DEPLOY_CLI_API_ENVIRONMENT_VARIABLES_URL
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
neetodeploy-1.1.13 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.12 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.11 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.10 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.9 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.8 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.7 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.6 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.4 lib/neeto_deploy/cli/env/constants.rb
neetodeploy-1.1.3 lib/neeto_deploy/cli/env/constants.rb