Sha256: 35f12cf74d8953114ace2baa82240404ed00d4807362a9ecfbd0fd2e64874fca
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Catalogtemplate include Her::Model include Helpers::Model belongs_to :template belongs_to :templateversion attributes :answers, :binding, :description, :dockerCompose, :name, :rancherCompose, :templateId, :templateVersionId 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/catalogtemplate.rb |