Class: Notion::Generated::Endpoints::Search
- Inherits:
-
Endpoints::Base
- Object
- Endpoints::Base
- Notion::Generated::Endpoints::Search
- Defined in:
- lib/notion/generated/endpoints/search.rb
Instance Method Summary collapse
-
#search(**params, &block) ⇒ Object
Search by title.
Methods inherited from Endpoints::Base
#initialize, operation, operations
Constructor Details
This class inherits a constructor from Notion::Endpoints::Base
Instance Method Details
#search(**params, &block) ⇒ Object
Search by title
13 14 15 16 |
# File 'lib/notion/generated/endpoints/search.rb', line 13 def search(**params, &block) invoke_operation(:search, params, &block) end |