module Namecheap::Dynamic::Dns

This is the main module where all the rest loads from.

Constants

VERSION

Attributes

config[RW]
config_file[RW]
ip[RW]
logger[RW]
response[RW]
updated_domains[RW]
xml_response[RW]

Public Instance Methods

setup(config_file) click to toggle source
# File lib/namecheap/dynamic/dns.rb, line 31
def setup(config_file)
  self.config_file = config_file
  load_config
  external_ip
  self.logger = Logger.new(STDOUT)
  logger.level = Logger::WARN
end