Class: KCommercial::KCPipeline::Command::ChangeLog

Inherits:
KCommercial::KCPipeline::Command show all
Defined in:
lib/KCommercialPipeline/command/change_log.rb

Instance Method Summary collapse

Methods inherited from KCommercial::KCPipeline::Command

#initialize, options, #validate!

Constructor Details

This class inherits a constructor from KCommercial::KCPipeline::Command

Instance Method Details

#runObject



11
12
13
# File 'lib/KCommercialPipeline/command/change_log.rb', line 11

def run
  KCommercial::KCPipeline::ChangeLogTask.new.run
end