Module: Magellan::Gcs::Proxy

Defined in:
lib/magellan/gcs/proxy.rb,
lib/magellan/gcs/proxy/cli.rb,
lib/magellan/gcs/proxy/gcp.rb,
lib/magellan/gcs/proxy/log.rb,
lib/magellan/gcs/proxy/config.rb,
lib/magellan/gcs/proxy/context.rb,
lib/magellan/gcs/proxy/version.rb,
lib/magellan/gcs/proxy/expand_variable.rb,
lib/magellan/gcs/proxy/message_wrapper.rb,
lib/magellan/gcs/proxy/composite_logger.rb,
lib/magellan/gcs/proxy/pubsub_sustainer.rb,
lib/magellan/gcs/proxy/pubsub_subscription.rb,
lib/magellan/gcs/proxy/progress_notification.rb,
lib/magellan/gcs/proxy/pubsub_progress_notifier.rb,
lib/magellan/gcs/proxy/progress_notifier_adapter.rb

Defined Under Namespace

Modules: ExpandVariable, GCP, Log, ProgressNotification Classes: BuildError, Cli, CompositeLogger, Config, Context, MessageWrapper, ProgressNotifierAdapter, PubsubProgressNotifier, PubsubSubscription, PubsubSustainer

Constant Summary collapse

VERSION =
'0.3.2'.freeze

Class Method Summary collapse

Class Method Details

.configObject



25
26
27
# File 'lib/magellan/gcs/proxy.rb', line 25

def config
  @config ||= Config.new
end