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).
24 25 26 |
# File 'lib/stove/cookbook.rb', line 24 def name @name end |