Class: ChefLicensing::Context::Local
- Defined in:
- lib/chef-licensing/context.rb
Overview
Implement various behaviors, associated with a state of the Context.
Instance Attribute Summary
Attributes inherited from State
Instance Method Summary collapse
Instance Method Details
#license_keys ⇒ Object
78 79 80 |
# File 'lib/chef-licensing/context.rb', line 78 def license_keys @license_keys ||= ChefLicensing::Api::ListLicenses.info || [] end |