Module: Magellan::Cli

Defined in:
lib/magellan/cli.rb,
lib/magellan/cli/ssl.rb,
lib/magellan/cli/base.rb,
lib/magellan/cli/http.rb,
lib/magellan/cli/direct.rb,
lib/magellan/cli/errors.rb,
lib/magellan/cli/script.rb,
lib/magellan/cli/command.rb,
lib/magellan/cli/version.rb,
lib/magellan/cli/messaging.rb,
lib/magellan/cli/resources.rb,
lib/magellan/cli/gem_update.rb,
lib/magellan/cli/file_access.rb,
lib/magellan/cli/messaging/base.rb,
lib/magellan/cli/messaging/http.rb,
lib/magellan/cli/messaging/mqtt.rb,
lib/magellan/cli/resources/base.rb,
lib/magellan/cli/resources/team.rb,
lib/magellan/cli/resources/image.rb,
lib/magellan/cli/resources/stage.rb,
lib/magellan/cli/resources/worker.rb,
lib/magellan/cli/cloudsql_instance.rb,
lib/magellan/cli/resources/project.rb,
lib/magellan/cli/resources/cloudsql.rb,
lib/magellan/cli/reference_generator.rb,
lib/magellan/cli/resources/authority.rb,
lib/magellan/cli/resources/container.rb,
lib/magellan/cli/resources/deletable.rb,
lib/magellan/cli/resources/organization.rb,
lib/magellan/cli/resources/client_version.rb,
lib/magellan/cli/resources/transaction_router.rb

Defined Under Namespace

Modules: FileAccess, GemUpdate, Messaging, Resources, Script, Ssl Classes: Base, CloudsqlInstance, Command, Direct, Error, Http, LoginError, ReferenceGenerator

Constant Summary collapse

JSON_HEADER =
{
  "Content-Type" => "application/json"
}.freeze
VERSION =
"0.9.1"

Class Attribute Summary collapse

Class Attribute Details

.last_resultObject

Returns the value of attribute last_result.



32
33
34
# File 'lib/magellan/cli.rb', line 32

def last_result
  @last_result
end