Class: ChefLicensing::Context::State
- Inherits:
-
Object
- Object
- ChefLicensing::Context::State
- Defined in:
- lib/chef-licensing/context.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
- #license_keys ⇒ Object abstract
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
67 68 69 |
# File 'lib/chef-licensing/context.rb', line 67 def context @context end |
#options ⇒ Object
Returns the value of attribute options.
67 68 69 |
# File 'lib/chef-licensing/context.rb', line 67 def end |
Instance Method Details
#license_keys ⇒ Object
This method is abstract.
70 71 72 |
# File 'lib/chef-licensing/context.rb', line 70 def license_keys raise NotImplementedError, "#{self.class} has not implemented method '#{__method__}'" end |