class Lookbook::Entity

def label

Returns:
  • (String) - The label
def label
  @_label ||= fetch_config(:label) { name.titleize }
end