Sha256: d3d81cf3e70ea1fd3a01303cfa432673fdae229430917bd2ec8398f9f8f9c3f8

Contents?: true

Size: 1022 Bytes

Versions: 20

Compression:

Stored size: 1022 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? }
attributes :date_type, :if => lambda { |rule| rule.respond_to?(:date_type) }

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
katello-3.2.1.1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.2.1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.2.0 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.2.0.rc3 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.2.0.rc2 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.2.0.rc1.1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.2.0.rc1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.1.0.1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.1.0 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.1.0.rc2.1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.2 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.1.0.rc1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.0 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.0.rc7 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.0.rc5 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.0.rc4 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.0.rc3 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.0.rc2 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
katello-3.0.0.rc1 app/views/katello/api/v2/content_view_filter_rules/show.json.rabl