Sha256: 2bb45ca66bca4eb94e203e3938b6377c16b8df6b68b69ef4dd5a78afa9795de7

Contents?: true

Size: 169 Bytes

Versions: 7

Compression:

Stored size: 169 Bytes

Contents

module Rancher
  module Api
    class Project
      include Her::Model

      has_many :machines
      has_many :environments
      has_many :services
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rancher-api-0.3.8 lib/rancher/api/models/project.rb
rancher-api-0.3.7 lib/rancher/api/models/project.rb
rancher-api-0.3.6 lib/rancher/api/models/project.rb
rancher-api-0.3.5 lib/rancher/api/models/project.rb
rancher-api-0.3.3 lib/rancher/api/models/project.rb
rancher-api-0.3.2 lib/rancher/api/models/project.rb
rancher-api-0.3.1 lib/rancher/api/models/project.rb