class Lookbook::PageEntity

def title

Returns:
  • (String) - The title
def title
  @_title ||= fetch_config(:title, label)
end