lib/rancher/api/models/ipaddress.rb in rancher-api-0.4.0 vs lib/rancher/api/models/ipaddress.rb in rancher-api-0.5.0
- old
+ new
@@ -1,8 +1,9 @@
module Rancher
module Api
class Ipaddress
include Her::Model
+ include Helpers::Model
attributes :name, :state, :address
end
end
end