Class: UKCloud::Vcloud::Ipsec::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/cli.rb

Instance Method Summary collapse

Instance Method Details

#apply(path) ⇒ Object



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

#versionObject



12
13
14
# File 'lib/cli.rb', line 12

def version
  puts UKCloud::Vcloud::Ipsec::VERSION
end