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