Class: Vk::API::Docs::Methods::Search
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Docs::Methods::Search
- Defined in:
- lib/vk/api/docs/methods/search.rb
Overview
Returns a list of documents matching the search criteria.
Arguments collapse
-
#count ⇒ Integer
Number of results to return.
-
#offset ⇒ Integer
Offset needed to return a specific subset of results.
-
#q ⇒ String
Search query string.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Docs::Methods::Search constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#count ⇒ Integer
Returns Number of results to return.
27 |
# File 'lib/vk/api/docs/methods/search.rb', line 27 attribute :count, API::Types::Coercible::Int.optional.default(nil) |