Method: NotionRubyMapping::TextProperty#will_update

Defined in:
lib/notion_ruby_mapping/properties/text_property.rb

#will_updateTrueClass, FalseClass

Returns will update?.

Returns:

  • (TrueClass, FalseClass)

    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