lib/infoblox/resource/network.rb in infoblox-0.4.0 vs lib/infoblox/resource/network.rb in infoblox-0.4.1

- old
+ new

@@ -1,15 +1,15 @@ module Infoblox class Network < Resource remote_attr_accessor :comment, :extattrs, :extensible_attributes, - :network - + :network, + :network_view + + remote_attr_reader :network_container remote_post_accessor :auto_create_reversezone - - attr_accessor :network_view, :network_container wapi_object "network" ## # Invoke the same-named function on the network resource in WAPI,