Method: NotionRubyMapping::TextProperty#clear_will_update
- Defined in:
- lib/notion_ruby_mapping/properties/text_property.rb
#clear_will_update ⇒ FalseClass
44 45 46 47 48 |
# File 'lib/notion_ruby_mapping/properties/text_property.rb', line 44 def clear_will_update super @text_objects.clear_will_update if page? false end |