Class: NotionRubyMapping::LastEditedTimeProperty

Inherits:
DateBaseProperty show all
Defined in:
lib/notion_ruby_mapping/last_edited_time_property.rb

Constant Summary collapse

TYPE =
"last_edited_time"

Instance Attribute Summary

Attributes inherited from Property

#name, #will_update

Method Summary

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