Class: NotionAPI::TableOfContentsBlock

Inherits:
BlockTemplate show all
Defined in:
lib/notion_api/notion_types/table_of_contents_block.rb

Overview

maps out the headers - sub-headers - sub-sub-headers on the page

Constant Summary

Constants included from Utils

Utils::URLS

Class Attribute Summary collapse

Attributes inherited from BlockTemplate

#id, #parent_id, #title

Attributes inherited from Core

#clean_id, #cookies, #headers

Instance Method Summary collapse

Methods inherited from BlockTemplate

#convert, #create, #duplicate, #initialize, #move

Methods included from Utils

#build_payload

Methods inherited from Core

#children, #children_ids, #get_page, #initialize

Constructor Details

This class inherits a constructor from NotionAPI::BlockTemplate

Class Attribute Details

.notion_typeObject (readonly)

Returns the value of attribute notion_type.



12
13
14
# File 'lib/notion_api/notion_types/table_of_contents_block.rb', line 12

def notion_type
  @notion_type
end

.typeObject (readonly)

Returns the value of attribute type.



12
13
14
# File 'lib/notion_api/notion_types/table_of_contents_block.rb', line 12

def type
  @type
end

Instance Method Details

#typeObject



7
8
9
# File 'lib/notion_api/notion_types/table_of_contents_block.rb', line 7

def type
  NotionAPI::TableOfContentsBlock.notion_type
end