Sha256: 3aa3d7e8102eb90b94d3718748ebab5135ebb8a761a29fce84409674cc2b014e

Contents?: true

Size: 945 Bytes

Versions: 10

Compression:

Stored size: 945 Bytes

Contents

object @resource

extends 'katello/api/v2/common/identifier'

attributes :content_view_filter_id
attributes :uuid, :if => lambda { |rule| rule.respond_to?(:uuid) && !rule.uuid.blank? }
attributes :version, :if => lambda { |rule| rule.respond_to?(:version) && !rule.version.blank? }
attributes :min_version, :if => lambda { |rule| rule.respond_to?(:min_version) && !rule.min_version.blank? }
attributes :max_version, :if => lambda { |rule| rule.respond_to?(:max_version) && !rule.max_version.blank? }

attributes :errata_id, :if => lambda { |rule| rule.respond_to?(:errata_id) && !rule.errata_id.blank? }
attributes :start_date, :if => lambda { |rule| rule.respond_to?(:start_date) && !rule.start_date.blank? }
attributes :end_date, :if => lambda { |rule| rule.respond_to?(:end_date) && !rule.end_date.blank? }
attributes :types, :if => lambda { |rule| rule.respond_to?(:types) && !rule.types.blank? }

extends 'katello/api/v2/common/timestamps'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-2.4.5 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.4.4 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.4.3 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.4.2 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.4.1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.4.0 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.4.0.rc3 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.4.0.rc2 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.4.0.rc1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-2.2.2 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl