Class: NotionAPI::BulletedBlock
- Inherits:
-
BlockTemplate
- Object
- Core
- BlockTemplate
- NotionAPI::BulletedBlock
- Defined in:
- lib/notion_api/notion_types/bulleted_block.rb
Overview
Bullet list block: best for an unordered list
Constant Summary
Constants included from Utils
Class Attribute Summary collapse
-
.notion_type ⇒ Object
readonly
Returns the value of attribute notion_type.
-
.type ⇒ Object
readonly
Returns the value of attribute type.
Attributes inherited from BlockTemplate
Attributes inherited from Core
Instance Method Summary collapse
Methods inherited from BlockTemplate
#convert, #create, #duplicate, #initialize, #move
Methods included from Utils
Methods inherited from Core
#children, #children_ids, #get_page, #initialize
Constructor Details
This class inherits a constructor from NotionAPI::BlockTemplate
Class Attribute Details
.notion_type ⇒ Object (readonly)
Returns the value of attribute notion_type.
14 15 16 |
# File 'lib/notion_api/notion_types/bulleted_block.rb', line 14 def notion_type @notion_type end |
.type ⇒ Object (readonly)
Returns the value of attribute type.
14 15 16 |
# File 'lib/notion_api/notion_types/bulleted_block.rb', line 14 def type @type end |
Instance Method Details
#type ⇒ Object
9 10 11 |
# File 'lib/notion_api/notion_types/bulleted_block.rb', line 9 def type NotionAPI::BulletedBlock.notion_type end |