Sha256: 400501bdb062962862525bfbb810439e337891ee51098a80e3cd54eb66d7b583
Contents?: true
Size: 393 Bytes
Versions: 1
Compression:
Stored size: 393 Bytes
Contents
object @resource attributes :user, :status child :environment => :environment do |_h| attributes :id, :name end node :version do |h| h.content_view_version.version end node :publish do |h| h.environment.nil? end node :version_id do |h| h.content_view_version.id end child :task => :task do extends 'foreman_tasks/api/tasks/show' end extends 'katello/api/v2/common/timestamps'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | app/views/katello/api/v2/content_view_histories/show.json.rabl |