Class: Chef::Knife::RightscaleVersion

Inherits:
Chef::Knife show all
Includes:
RightscaleBase
Defined in:
lib/chef/knife/rightscale_version.rb

Instance Method Summary collapse

Methods included from RightscaleBase

#connection, included, #locate_config_value, #msg_pair, #right_api_client, #set_log_level, #validate!

Instance Method Details

#runObject



29
30
31
# File 'lib/chef/knife/rightscale_version.rb', line 29

def run
  print "#{::Knife::Rightscale::VERSION}\n"
end