| Invalid Date
字数 0阅读时长 1 分钟
💡
[P] means methods for Page Property, [D] means methods for Database Property.

1. Instance methods

files → String, Hash

  1. files of Page property returns the Array of FileObject.
  1. files of Database property returns an empty Hash {}.

    [P] files=(value or values)

    • [PARAM] value new email address value
    1. file=(value or values) of Page property sets the url values or FileUploadObject objects and set will_update_flag to true. It can accept not only a single URL string or FileUploadObject, but also an array containing them.
    1. file=(value or values) of Database property raises StandardError.

      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.
      Loading...
      目录