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

- old
+ new

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