Class: Crowbar::Client::App::Entry

Inherits:
Base
  • Object
show all
Defined in:
lib/crowbar/client/app/entry.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Crowbar::Client::App::Base

Instance Method Details

#versionObject



83
84
85
# File 'lib/crowbar/client/app/entry.rb', line 83

def version
  say "crowbar-client v#{Crowbar::Client::Version}"
end