Class RHC::Commands::Base
In: lib/rhc/commands/base.rb
Parent: Object

Methods

Included Modules

RHC::Helpers RHC::ContextHelpers

Classes and Modules

Class RHC::Commands::Base::InvalidCommand

Attributes

command  [R] 
config  [RW] 
config  [R] 
options  [R] 
options  [RW] 

Public Class methods

Protected Class methods

Public Instance methods

Protected Instance methods

Return a client object capable of making calls to the OpenShift API that transforms intent and options, to remote calls, and then handle the output (or failures) into exceptions and formatted object output. Most interactions should be through this call pattern.

[Validate]