lib/infoblox/resource/host.rb in infoblox-0.2.19 vs lib/infoblox/resource/host.rb in infoblox-0.3.0
- old
+ new
@@ -1,8 +1,13 @@
module Infoblox
class Host < Resource
- remote_attr_accessor :ipv4addrs, :name, :configure_for_dns, :aliases,
- :extensible_attributes, :view
+ remote_attr_accessor :extattrs,
+ :extensible_attributes,
+ :view,
+ :aliases,
+ :configure_for_dns,
+ :ipv4addrs,
+ :name
wapi_object "record:host"
##
# The more robust way to add IP addresses to your host record,