Class: Chef::Knife::PinningsSetAuto::FakeChefEnvironmentStruct
- Inherits:
-
Struct
- Object
- Struct
- Chef::Knife::PinningsSetAuto::FakeChefEnvironmentStruct
- Defined in:
- lib/chef/knife/pinnings_set_auto.rb
Instance Attribute Summary collapse
-
#cookbook_versions ⇒ Object
Returns the value of attribute cookbook_versions.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#cookbook_versions ⇒ Object
Returns the value of attribute cookbook_versions
21 22 23 |
# File 'lib/chef/knife/pinnings_set_auto.rb', line 21 def cookbook_versions @cookbook_versions end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/chef/knife/pinnings_set_auto.rb', line 21 def name @name end |