Method: NotionRubyMapping::EmbedBlock#type

Defined in:
lib/notion_ruby_mapping/blocks/embed_block.rb

#typeString

Returns:

  • (String)


7
8
9
# File 'lib/notion_ruby_mapping/blocks/embed_block.rb', line 7

def type
  "embed"
end