Class: Vk::API::Search::Methods::GetHints
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Search::Methods::GetHints
- Defined in:
- lib/vk/api/search/methods/get_hints.rb
Overview
Allows the programmer to do a quick search for any substring.
Arguments collapse
- #filters ⇒ Array
-
#limit ⇒ Integer
Maximum number of results to return.
-
#q ⇒ String
Search query string.
- #search_global ⇒ Boolean
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Search::Methods::GetHints
|
# File 'lib/vk/api/search/methods/get_hints.rb', line 15
|
Instance Method Details
#filters ⇒ Array
30 |
# File 'lib/vk/api/search/methods/get_hints.rb', line 30 attribute :filters, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil) |
#limit ⇒ Integer
Returns Maximum number of results to return.
28 |
# File 'lib/vk/api/search/methods/get_hints.rb', line 28 attribute :limit, API::Types::Coercible::Int.optional.default(9) |