Sha256: b012d88f169a8ff2caa815088a3c9f2bb8a8c026a6f8f1278c433cf25ae64ff7

Contents?: true

Size: 205 Bytes

Versions: 5

Compression:

Stored size: 205 Bytes

Contents

object @config_template

attributes :name, :template, :snippet, :audit_comment, :id

node do |template|
  unless template.snippet?
    child :template_kind do
      attributes :name, :id
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/api/v1/config_templates/show.json.rabl
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/api/v1/config_templates/show.json.rabl
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/api/v1/config_templates/show.json.rabl
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/api/v1/config_templates/show.json.rabl
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/api/v1/config_templates/show.json.rabl