class NotionAPI::CodeBlock

Code block: used to store code, should be assigned a coding language.

Attributes

notion_type[R]
type[R]

Public Instance Methods

type() click to toggle source
# File lib/notion_api/notion_types/code_block.rb, line 8
def type
  NotionAPI::CodeBlock.notion_type
end