📌
hkob's Notion
/
NotionRubyMapping idea noteNotionRubyMapping idea note
NotionRubyMapping idea note
/
Notion Ruby Mapping Public API ReferenceNotion Ruby Mapping Public API Reference
Notion Ruby Mapping Public API Reference
/
🧱
DividerBlock
🧱

DividerBlock

👉
Links (Block base class)
🧱
Page
🧱
BookmarkBlock
🧱
CodeBlock
🧱
EmbedBlock
🧱
Heading2Block
🧱
LinkToPageBlock
🧱
QuoteBlock
🧱
ToDoBlock
🧱
ToggleHeading3Block
🧱
Database
🧱
BreadcrumbBlock
🧱
ColumnBlock
🧱
EquationBlock
🧱
Heading3Block
🧱
NumberedListItemBlock
🧱
SyncedBlock
🧱
ToggleBlock
🧱
VideoBlock
🧱
List
🧱
BulletedListItemBlock
🧱
ColumnListBlock
🧱
FileBlock
🧱
ImageBlock
🧱
ParagraphBlock
🧱
TableOfContentsBlock
🧱
ToggleHeading1Block
🧱
Block
🧱
CalloutBlock
🧱
DividerBlock
🧱
Heading1Block
🧱
LinkPreviewBlock
🧱
PdfBlock
🧱
TemplateBlock
🧱
ToggleHeading2Block
Notion Ruby Mapping Public API ReferenceNotion Ruby Mapping Public API Reference
Notion Ruby Mapping Public API Reference
ℹ️
↑ Table of Contents
1. Singleton methodsself.new →

1. Singleton methods

self.new →
🧱
DividerBlock

self.new creates a DividerBlock object.
b = DividerBlock.new; b.block_json # => {"type"=>"divider", "object"=>"block", "divider"=>{}}
ℹ️
↑ Table of Contents