Class: Vk::API::Search
- Inherits:
-
Schema::Namespace
- Object
- Schema::Namespace
- Vk::API::Search
- Defined in:
- lib/vk/api/methods.rb,
lib/vk/api/objects.rb,
lib/vk/api/responses.rb,
lib/vk/api/search/hint.rb,
lib/vk/api/search/methods/get_hints.rb,
lib/vk/api/search/responses/get_hints_response.rb
Defined Under Namespace
Modules: Methods, Responses Classes: Hint
Instance Attribute Summary
Attributes inherited from Schema::Namespace
DSL collapse
-
#get_hints(arguments = {}) ⇒ Vk::API::Search::Responses::GetHintsResponse
Allows the programmer to do a quick search for any substring.
Methods inherited from Schema::Namespace
Constructor Details
This class inherits a constructor from Vk::Schema::Namespace
Instance Method Details
#get_hints(arguments = {}) ⇒ Vk::API::Search::Responses::GetHintsResponse
Returns Allows the programmer to do a quick search for any substring.
5243 5244 5245 5246 5247 5248 5249 |
# File 'lib/vk/api/methods.rb', line 5243 def get_hints(arguments = {}) require "vk/api/search/methods/get_hints" method = Methods::GetHints.new(arguments) response = method.call(@client) require "vk/api/search/responses/get_hints_response" Responses::GetHintsResponse.new(response.deep_symbolize_keys) end |