Class: Vk::API::Database::Methods::GetStreetsById

Inherits:
Schema::Method
  • Object
show all
Defined in:
lib/vk/api/database/methods/get_streets_by_id.rb

Overview

Returns information about streets by their IDs.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Database::Methods::GetStreetsById

Options Hash (arguments):

  • :street_ids (Array)

    Street IDs.



# File 'lib/vk/api/database/methods/get_streets_by_id.rb', line 15


Instance Method Details

#street_idsArray



23
# File 'lib/vk/api/database/methods/get_streets_by_id.rb', line 23

attribute :street_ids, API::Types::Coercible::Array.member(API::Types::Coercible::Int).constrained(max_size: 1000)