Class: EnhanceRepo::RpmMd::ExtraPrimaryData

Inherits:
Object
  • Object
show all
Includes:
Logger
Defined in:
lib/enhance_repo/rpm_md/extra_primary_data.rb

Overview

represents a set non standard data tags but it is not part of the standard, yet still associated with a particular package (so with primary.xml semantics

Instance Method Summary collapse

Methods included from Logger

#log

Constructor Details

#initialize(name) ⇒ ExtraPrimaryData

initialize the extra data with a name



39
40
41
# File 'lib/enhance_repo/rpm_md/extra_primary_data.rb', line 39

def initialize(name)
  @name = name
end