1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

tests passing

This commit is contained in:
Michael Hale 2011-06-16 15:04:01 -07:00 committed by geemus
parent fdb90eda30
commit 02beddb1ac
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,8 @@ module Fog
end
def new(attributes = {})
requires :zone
super({ :zone => zone }.merge!(attributes))
end
end

View file

@ -17,9 +17,11 @@ module Fog
end
def records
@records ||= Fog::Dynect::DNS::Records.new(:zone => self, :connection => connection)
end
def nameservers
[]
end
def save