Sha256: c2a29d4f084761118e9f3decc81c67049a410ba07fde24bb034027394fcffc5a

Contents?: true

Size: 144 Bytes

Versions: 1

Compression:

Stored size: 144 Bytes

Contents

module Rancher
  module Api
    class Project
      include Her::Model

      has_many :machines
      has_many :environments
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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