lib/rancher/api/models/host.rb in rancher-api-0.4.0 vs lib/rancher/api/models/host.rb in rancher-api-0.5.0

- old
+ new

@@ -1,8 +1,9 @@ module Rancher module Api class Host - include ::Her::Model + include Her::Model + include Helpers::Model belongs_to :machine has_many :instances has_many :ipaddresses end