class VpsAdmin::CLI::Cli

Public Instance Methods

show_version() click to toggle source
# File lib/vpsadmin/cli.rb, line 9
def show_version
  puts "#{VpsAdmin::Client::VERSION} based on haveapi-client "+
       HaveAPI::Client::VERSION
end