Method: Stove::Cookbook#name
- Defined in:
- lib/stove/cookbook.rb
#name ⇒ String (readonly)
The name of the cookbook (must correspond to the name of the cookbook on the community site).
20 21 22 |
# File 'lib/stove/cookbook.rb', line 20 def name @name end |