Class: LicenseFinder::Activation::Basic

Inherits:
Struct
  • Object
show all
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

FromDecision, FromFiles, FromSpec, None

Instance Attribute Summary collapse

Instance Attribute Details

#licenseObject

Returns the value of attribute license

Returns:

  • (Object)

    the current value of license



7
8
9
# File 'lib/license_finder/package_utils/activation.rb', line 7

def license
  @license
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



7
8
9
# File 'lib/license_finder/package_utils/activation.rb', line 7

def package
  @package
end