Method: Scribo::ContentDrop#name

Defined in:
app/drops/scribo/content_drop.rb

#nameObject

Find out how to merge properties with this drop



31
32
33
# File 'app/drops/scribo/content_drop.rb', line 31

def name
  @properties&.[]('name') || @object.path
end