Class: KCommercial::KCPipeline::Command::FeatCheck

Inherits:
KCommercial::KCPipeline::Command show all
Defined in:
lib/KCommercialPipeline/command/feat_check.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



10
11
12
# File 'lib/KCommercialPipeline/command/feat_check.rb', line 10

def run
  FeatureSender.new().check
end