module Noip
Constants
- VERSION
Public Class Methods
update(username, password, host)
click to toggle source
# File lib/noip.rb, line 10 def self.update(username, password, host) credentials = Noip::Credentials.new(username, password, host) updater = Noip::Updater.new(credentials) updater.update end