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
Methods inherited from State
Instance Method Details
#license_keys ⇒ Object
112 113 114 |
# File 'lib/chef-licensing/context.rb', line 112 def license_keys @license_keys ||= ChefLicensing::Api::ListLicenses.info || [] end |