lib/infoblox/resource/network_container.rb in infoblox-0.0.8 vs lib/infoblox/resource/network_container.rb in infoblox-0.0.9

- old
+ new

@@ -1,8 +1,9 @@ module Infoblox class NetworkContainer < Resource remote_attr_accessor :network, :extensible_attributes - remote_attr_writer :auto_create_reversezone + remote_post_accessor :auto_create_reversezone + attr_accessor :network_view wapi_object "networkcontainer" end end \ No newline at end of file