getName method

String getName()

Retrieves the human-readable name of this cookbook.

Implementation

String getName() {
  return _native.name;
}