Class: LicenseFinder::Activation::Basic
- Inherits:
-
Struct
- Object
- Struct
- LicenseFinder::Activation::Basic
- Defined in:
- lib/license_finder/package_utils/activation.rb
Overview
An Activation reports that a license has been activated for a package, and tracks the source of that information
Direct Known Subclasses
Instance Attribute Summary collapse
-
#license ⇒ Object
Returns the value of attribute license.
-
#package ⇒ Object
Returns the value of attribute package.
Instance Attribute Details
#license ⇒ Object
Returns the value of attribute license
7 8 9 |
# File 'lib/license_finder/package_utils/activation.rb', line 7 def license @license end |
#package ⇒ Object
Returns the value of attribute package
7 8 9 |
# File 'lib/license_finder/package_utils/activation.rb', line 7 def package @package end |