Class: NotionRubyMapping::TitleProperty

Inherits:
TextProperty show all
Defined in:
lib/notion_ruby_mapping/properties/title_property.rb

Overview

TitleProperty

Constant Summary collapse

TYPE =
"title"

Instance Attribute Summary

Attributes inherited from TextProperty

#text_objects

Attributes inherited from Property

#name, #property_cache, #property_id, #will_update

Method Summary

Methods inherited from TextProperty

#clear, #clear_will_update, #initialize, #plain_text=, #property_values_json, rich_text_array_from_json, #update_from_json, #will_update

Methods included from IsEmptyIsNotEmpty

#filter_is_empty, #filter_is_not_empty

Methods included from StartsWithEndsWith

#filter_ends_with, #filter_starts_with

Methods included from ContainsDoesNotContain

#filter_contains, #filter_does_not_contain

Methods included from EqualsDoesNotEqual

#filter_does_not_equal, #filter_equals

Methods inherited from Property

#assert_data_source_property, #assert_database_or_data_source_property, #assert_page_property, #clear_will_update, create_from_json, #data_source?, #database?, #database_or_data_source?, #initialize, #make_filter_query, #new_name=, #page?, #property_schema_json, #remove, #retrieve_page_property, #type, #update_from_json, #update_property_schema_json

Constructor Details

This class inherits a constructor from NotionRubyMapping::TextProperty