example/sample.rb in zerigo_dns-1.4.0 vs example/sample.rb in zerigo_dns-1.4.1

- old
+ new

@@ -8,12 +8,12 @@ # All API request require a Zerigo account and an Account API key. We'll set # them here for later reference. The 'user' is your regular login email. # The 'password' is your API key and comes from the Preferences page # (Manage Account -> NS -> Preferences). -Zerigo::NS::Base.user = 'you@email.com' +Zerigo::DNS::Base.user = 'you@email.com' -Zerigo::NS::Base.password = 'api_token' +Zerigo::DNS::Base.password = 'api_token' # Note: This example assumes that there is at least one domain/zone already # existing for the above referenced account.