class Lookbook::Entity

def id

Returns:
  • (String) - The ID
def id
  Utils.id(fetch_config(:id) { lookup_path.tr("/", "-") })
end