Top Level Namespace
Defined Under Namespace
Modules: Notion, NotionAPI, Utils
Constant Summary
collapse
- Classes =
NotionAPI.constants.select { |c| NotionAPI.const_get(c).is_a? Class and c.to_s != 'BlockTemplate' and c.to_s != 'Core' and c.to_s !='Client' }
- BLOCK_TYPES =
notion_types.zip(Classes).to_h