<aside> đ Links (Object base class)
Notion Ruby Mapping Public API Reference
</aside>
<aside> âšī¸ â Table of Contents
</aside>
full_text
return full_text of text objects.
co = CommentObject.new text_objects: "ABC"
# => #<NotionRubyMapping::CommentObject:...
co.full_text
# => "ABC"