Class: ChefCLI::Policyfile::Uploader::LockedCookbookForUpload
- Inherits:
-
Struct
- Object
- Struct
- ChefCLI::Policyfile::Uploader::LockedCookbookForUpload
- Defined in:
- lib/chef-cli/policyfile/uploader.rb
Instance Attribute Summary collapse
-
#cookbook ⇒ Object
Returns the value of attribute cookbook.
-
#lock ⇒ Object
Returns the value of attribute lock.
Instance Attribute Details
#cookbook ⇒ Object
Returns the value of attribute cookbook
28 29 30 |
# File 'lib/chef-cli/policyfile/uploader.rb', line 28 def cookbook @cookbook end |
#lock ⇒ Object
Returns the value of attribute lock
28 29 30 |
# File 'lib/chef-cli/policyfile/uploader.rb', line 28 def lock @lock end |