class NotionOrbit::NotionObjects::BlockTypes::Unsupported

Public Instance Methods

to_markdown() click to toggle source
# File lib/notion_orbit/notion_objects/block_types/unsupported.rb, line 5
def to_markdown
  "[Block #{@type} is not supported yet]"
end