Sha256: 3b14de1200f4ac338a4ed34c273a0330794c5361ccac6a4fca047479a7ff15be

Contents?: true

Size: 245 Bytes

Versions: 3

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

module NeetoDeploy
  class CLI
    module Pg
      module Constants
        def console_session_base_url
          "#{NEETO_DEPLOY_CLI_API_BASE_URL}/addons/console_sessions"
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
neetodeploy-1.1.13 lib/neeto_deploy/cli/pg/constants.rb
neetodeploy-1.1.12 lib/neeto_deploy/cli/pg/constants.rb
neetodeploy-1.1.11 lib/neeto_deploy/cli/pg/constants.rb