| Invalid Date
字数 0阅读时长 1 分钟

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
  1. add_select_option of Page property raises StadndardError
  1. add_select_option of 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

    1. select of Page property returns the select property value of the page.
    1. select of Database property returns hash with select options values of the database.

      [P] select=(select)

      1. select=(select) of Page property sets the select property value of the page
      1. select=(select) of Database property raise StandardError

        [P] select_name → String

        1. select_names of Page property returns the select string of the page.
        1. select_names of Database property raises StandardError

          [D] select_names → Array

          1. select_names of Page property raises StandardError
          1. select_names of Database property returns the array of select option’s names of the database.

            [D] select_options → Array

            1. select_names of Page property raises StandardError
            1. select_names of Database property returns the array of select options of the database.
              Loading...
              目录