# File lib/genome-bootstrap/ddns.rb, line 23
    def initialize(username, password, host)
      @username = username
      @password = password
      @hostname = host
    end