Sha256: 635f1a44e017af41cb853ee6f77153e837e1b96b7dc6021b392c4fa2aff58afc
Contents?: true
Size: 1.11 KB
Versions: 67
Compression:
Stored size: 1.11 KB
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 :architecture, :if => lambda { |rule| rule.respond_to?(:architecture) && !rule.architecture.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
67 entries across 67 versions & 1 rubygems