lib/infoblox.rb in infoblox-0.0.2 vs lib/infoblox.rb in infoblox-0.0.3

- old
+ new

@@ -6,9 +6,11 @@ require 'infoblox/version' require 'infoblox/connection' require 'infoblox/resource' require 'infoblox/host' require 'infoblox/client' +require 'infoblox/ipv4addr' +require 'infoblox/network' module Infoblox WAPI_VERSION = '1.0' BASE_PATH = '/wapi/v' + WAPI_VERSION + '/' DEBUG = ENV['DEBUG'] \ No newline at end of file