Class: MarketplaceKit::Commands::BaseCommand

Inherits:
Object
  • Object
show all
Includes:
Services::Loggable
Defined in:
lib/marketplace_kit/commands/base_command.rb

Direct Known Subclasses

BaseAuthorizedCommand, ShowHelp, ShowVersion

Instance Method Summary collapse

Methods included from Services::Loggable

#log

Constructor Details

#initialize(command_args) ⇒ BaseCommand

Returns a new instance of BaseCommand.



6
7
8
# File 'lib/marketplace_kit/commands/base_command.rb', line 6

def initialize(command_args)
  @command_args = command_args
end