Sha256: db22c90d12d2853e6f539f78108247c90b39d8042dd54a5a6d225d1165fc5523
Contents?: true
Size: 958 Bytes
Versions: 13
Compression:
Stored size: 958 Bytes
Contents
# -*- coding: utf-8 -*- require "magellan/cli" require 'json' require 'yaml' require 'active_support/core_ext/string/inflections' module Magellan module Cli module Resources autoload :Base , "magellan/cli/resources/base" autoload :Organization , "magellan/cli/resources/organization" autoload :Team , "magellan/cli/resources/team" autoload :Project , "magellan/cli/resources/project" autoload :Stage , "magellan/cli/resources/stage" autoload :ClientVersion , "magellan/cli/resources/client_version" autoload :TransactionRouter, "magellan/cli/resources/transaction_router" autoload :Worker , "magellan/cli/resources/worker" autoload :Image , "magellan/cli/resources/image" autoload :Container , "magellan/cli/resources/container" autoload :Cloudsql, "magellan/cli/resources/cloudsql" end end end
Version data entries
13 entries across 13 versions & 1 rubygems