akurkin/rancher-api

View on GitHub
lib/rancher/api/models/host.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Rancher
  module Api
    class Host
      include Her::Model
      include Helpers::Model

      belongs_to :machine
      has_many :instances
      has_many :ipaddresses
    end
  end
end