class NotionOrbit::NotionObjects::BlockTypes::BulletedListItem
Public Instance Methods
indent_children?()
click to toggle source
# File lib/notion_orbit/notion_objects/block_types/bulleted_list_item.rb, line 9 def indent_children? true end
to_markdown()
click to toggle source
Calls superclass method
NotionOrbit::NotionObjects::Block#to_markdown
# File lib/notion_orbit/notion_objects/block_types/bulleted_list_item.rb, line 5 def to_markdown '- ' + super end