class Lookbook::RenderableEntity

def type

Returns:
  • (Symbol) - The entity type
def type
  component? ? :component : :template
end