1. Instance methods
[D] add_select_option(name: a_name, color: a_color) → Hash
- [PARAM] a_name new select name
- [PARAM] a_color color of new select name
add_select_optionof Page property raises StadndardError
add_select_optionof Database property adds a multi-select option value of the database
filter_does_not_equal(value) → Query
- [PARAM] value value for filter
filter_does_not_equal creates a Query object for does_not_equal filter.filter_equals(value) → Query
- [PARAM] value value for filter
filter_equals creates a Query object for equals 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.select → Hash
selectof Page property returns the select property value of the page.
selectof Database property returns hash with select options values of the database.
[P] select=(select)
select=(select)of Page property sets the select property value of the page
select=(select)of Database property raise StandardError
[P] select_name → String
select_namesof Page property returns the select string of the page.
select_namesof Database property raises StandardError
[D] select_names → Array
select_namesof Page property raises StandardError
select_namesof Database property returns the array of select option’s names of the database.
[D] select_options → Array
select_namesof Page property raises StandardError
select_namesof Database property returns the array of select options of the database.
