Method: Newpack::Configuration.get_base_uri

Defined in:
lib/newpack/configuration.rb

.get_base_uri(server = Server::CALCULATOR) ⇒ String

Generates the appropriate base URI for the environment and the server. required.

Parameters:

Returns:



40
41
42
# File 'lib/newpack/configuration.rb', line 40

def self.get_base_uri(server = Server::CALCULATOR)
  environments[environment][server].clone
end