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