<aside> 👉 Links (Object base class)

CommentObject

EmojiObject

MentionObject

EquationObject

TextObject

Notion Ruby Mapping Public API Reference

</aside>

<aside> ℹī¸ ↑ Table of Contents

</aside>

1. Instance methods

full_text

full_text return full_text of text objects.

co = CommentObject.new text_objects: "ABC"
# => #<NotionRubyMapping::CommentObject:...
co.full_text
# => "ABC"

↑ Table of Contents