Class: DTK::Client::Commands::Common::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/commands/common/thor/common_base.rb

Direct Known Subclasses

CreateTarget

Instance Method Summary collapse

Constructor Details

#initialize(command_base, context_params) ⇒ Base

Returns a new instance of Base.



22
23
24
25
# File 'lib/commands/common/thor/common_base.rb', line 22

def initialize(command_base,context_params)
  @command_base = command_base
  @context_params = context_params
end