Method: NotionRubyMapping::FormulaProperty#formula_expression=

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

#formula_expression=(f_e) ⇒ Object



32
33
34
35
36
# File 'lib/notion_ruby_mapping/properties/formula_property.rb', line 32

def formula_expression=(f_e)
  assert_database_or_data_source_property __method__
  @will_update = true
  @json["expression"] = f_e
end