[P] means methods for Page Property, [D] means methods for Database Property.
1. Instance methods
[D] add_multi_select_option(name: a_name, color: a_color) → Hash
- [PARAM] a_name new multi select name
- [PARAM] a_color color of new multi select name
add_multi_select_optionof Page property raises StadndardError
add_multi_select_optionof Database property adds a multi-select option value of the database
filter_contains(value) → Query
- [PARAM] value value_for_filter
filter_contains creates a Query object for contains filter.filter_does_not_contain(value) → Query
- [PARAM] value value_for_filter
filter_does_not_contain creates a Query object for does_not_contain filter.filter_is_empty → Query
filter_is_empty creates a Query object for is_empty filter.filter_is_not_empty → Query
filter_is_not_empty creates a Query object for is_not_empty filter.multi_select → Array, Hash
multi_selectof Page property returns the array of multi-select property values of the page.
multi_selectof Database property returns hash with multi-select options values of the database.
[P] multi_select=(multi_select)
multi_select=of Page property sets muiti-select options
multi_select=of Database property raise StandardError.
multi_select_names → Array
multi_select_namesof Page property returns the array of multi-select names.
multi_select_namesof Database property returns the array of multi-select options names of the database.
[D] multi_select_options → Array
multi_select_optionsof Page property raises StandardError
multi_select_optionsof Database property returns multi-select options values of the database
