Sha256: ce9a18f79943b0134cb0f76a843645899a7b2ffa74150b2d2813e1af3e7c4971
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Host include Her::Model include Helpers::Model belongs_to :machine has_many :instances has_many :ipaddresses end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rancher-api-beta-0.8.0.pre.beta | lib/rancher/api/models/host.rb |