Class: MarketplaceKit::Commands::ShowVersion

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

Instance Method Summary collapse

Methods included from Services::Loggable

#log

Methods inherited from BaseCommand

#initialize

Constructor Details

This class inherits a constructor from MarketplaceKit::Commands::BaseCommand

Instance Method Details

#executeObject



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

def execute
  log :version, MarketplaceKit::VERSION
end