Class: Crowbar::Client::App::Entry
- Defined in:
- lib/crowbar/client/app/entry.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Crowbar::Client::App::Base
Instance Method Details
#version ⇒ Object
77 78 79 |
# File 'lib/crowbar/client/app/entry.rb', line 77 def version say "crowbar-client v#{Crowbar::Client::Version}" end |