class NotionAPI::BulletedBlock
Bullet list block: best for an unordered list
Attributes
notion_type[R]
type[R]
Public Instance Methods
type()
click to toggle source
# File lib/notion_api/notion_types/bulleted_block.rb, line 9 def type NotionAPI::BulletedBlock.notion_type end