Method: Stove::Cookbook#name

Defined in:
lib/stove/cookbook.rb

#nameString (readonly)

The name of the cookbook (must correspond to the name of the cookbook on the community site).

Returns:

  • (String)


24
25
26
# File 'lib/stove/cookbook.rb', line 24

def name
  @name
end