class Lookbook::ScenarioEntity

def name

Returns:
  • (String) - The name
def name
  @_name ||= Utils.name(code_object.name)
end