lib/infoblox/resource/cname.rb in infoblox-0.2.3 vs lib/infoblox/resource/cname.rb in infoblox-0.2.4

- old
+ new

@@ -1,9 +1,8 @@ module Infoblox class Cname < Resource remote_attr_accessor :name, :canonical, - :extensible_attributes - attr_accessor :view + :extensible_attributes, :view wapi_object "record:cname" end -end \ No newline at end of file +end