Class: Noip::Update

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

Instance Method Summary collapse

Instance Method Details

#updateObject



20
21
22
# File 'lib/noip/cli.rb', line 20

def update
  Noip.update(options[:username], options[:password], options[:host])
end