Method: NotionRubyMapping::TextProperty#will_update
- Defined in:
- lib/notion_ruby_mapping/properties/text_property.rb
#will_update ⇒ TrueClass, FalseClass
Returns will update?.
51 52 53 |
# File 'lib/notion_ruby_mapping/properties/text_property.rb', line 51 def will_update @will_update || (page? && @text_objects.will_update) end |