lib/infoblox/resource/srv.rb in infoblox-0.2.19 vs lib/infoblox/resource/srv.rb in infoblox-0.3.0

- old
+ new

@@ -1,8 +1,14 @@ module Infoblox class Srv < Resource - remote_attr_accessor :name, :port, :priority, :target, :weight, - :extensible_attributes, :view + remote_attr_accessor :extattrs, + :extensible_attributes, + :name, + :port, + :priority, + :target, + :view, + :weight wapi_object "record:srv" end end