Class: NotionRubyMapping::FormulaProperty

Inherits:
DateBaseProperty show all
Includes:
ContainsDoesNotContain, GreaterThanLessThan, StartsWithEndsWith
Defined in:
lib/notion_ruby_mapping/formula_property.rb

Overview

Formula property

Constant Summary collapse

TYPE =
"formula"

Instance Attribute Summary

Attributes inherited from Property

#name, #will_update

Method Summary

Methods included from GreaterThanLessThan

#filter_greater_than, #filter_greater_than_or_equal_to, #filter_less_than, #filter_less_than_or_equal_to

Methods included from StartsWithEndsWith

#filter_ends_with, #filter_starts_with

Methods included from ContainsDoesNotContain

#filter_contains, #filter_does_not_contain

Methods inherited from DateBaseProperty

#filter_after, #filter_before, #filter_does_not_equal, #filter_equals, #filter_next_month, #filter_next_week, #filter_next_year, #filter_on_or_after, #filter_on_or_before, #filter_past_month, #filter_past_week, #filter_past_year, #value_str

Methods included from IsEmptyIsNotEmpty

#filter_is_empty, #filter_is_not_empty

Methods inherited from Property

create_from_json, #initialize, #make_filter_query, #type

Constructor Details

This class inherits a constructor from NotionRubyMapping::Property