Class: Vk::API::Places::Methods::GetById

Inherits:
Schema::Method show all
Defined in:
lib/vk/api/places/methods/get_by_id.rb

Overview

Returns information about locations by their IDs.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Places::Methods::GetById

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :places (Array)

    Location IDs.



# File 'lib/vk/api/places/methods/get_by_id.rb', line 15

Instance Method Details

#placesArray

Returns Location IDs.

Returns:

  • (Array)

    Location IDs.



23
# File 'lib/vk/api/places/methods/get_by_id.rb', line 23

attribute :places, API::Types::Coercible::Array.member(API::Types::Coercible::Int)