Sha256: 34bd6d56d9282358bdd61669de4ed5f3d5bf13cb3019abf935b50faa9f5700b1
Contents?: true
Size: 496 Bytes
Versions: 1
Compression:
Stored size: 496 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Projecttemplate include Her::Model include Helpers::Model belongs_to :account has_one :account has_many :accounts attributes :accountId, :created, :data, :description, :externalId, :id, :isPublic, :kind, :name, :removeTime, :removed, :state, :uuid, :transitioning, :transitioningMessage, :transitioningProgress, :stacks end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rancher-api-beta-0.8.1 | lib/rancher/api/models/projecttemplate.rb |