Class: Y2Packager::LicensesHandlers::Base
- Inherits:
-
Object
- Object
- Y2Packager::LicensesHandlers::Base
- Includes:
- Yast::Logger
- Defined in:
- library/packages/src/lib/y2packager/licenses_handlers/base.rb
Overview
Base class for licenses handlers
Instance Attribute Summary collapse
-
#product_name ⇒ String
readonly
Product name to handle license status.
Instance Method Summary collapse
-
#initialize(product_name) ⇒ Base
constructor
Constructor.
Constructor Details
#initialize(product_name) ⇒ Base
Constructor
27 28 29 |
# File 'library/packages/src/lib/y2packager/licenses_handlers/base.rb', line 27 def initialize(product_name) @product_name = product_name end |
Instance Attribute Details
#product_name ⇒ String (readonly)
Returns Product name to handle license status.
22 23 24 |
# File 'library/packages/src/lib/y2packager/licenses_handlers/base.rb', line 22 def product_name @product_name end |