18 19 20 21 22 23 24
# File 'lib/cli.rb', line 18 def apply(path) begin UKCloud::Vcloud::Ipsec::Main.new(path) rescue Exception => e puts e.message end end
12 13 14
# File 'lib/cli.rb', line 12 def version puts UKCloud::Vcloud::Ipsec::VERSION end