Sha256: 01f145216b342ffbec7d90daf982f2aa22965a2876556845455dbe8f119e9b1b

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

# These are 'Environments' in the UI
module Rancher
  module Api
    class Project
      include Her::Model

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-0.4.0 lib/rancher/api/models/project.rb