Class: MarketplaceKit::Commands::BaseAuthorizedCommand

Inherits:
BaseCommand
  • Object
show all
Defined in:
lib/marketplace_kit/commands/base_authorized_command.rb

Direct Known Subclasses

Deploy, Pull, Sync

Instance Method Summary collapse

Methods included from Services::Loggable

#log

Constructor Details

#initialize(command_args) ⇒ BaseAuthorizedCommand

Returns a new instance of BaseAuthorizedCommand.



4
5
6
7
# File 'lib/marketplace_kit/commands/base_authorized_command.rb', line 4

def initialize(command_args)
  @command_args = command_args
  authenticate
end