Class: Vk::API::Database::Methods::GetCountriesById
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Database::Methods::GetCountriesById
- Defined in:
- lib/vk/api/database/methods/get_countries_by_id.rb
Overview
Returns information about countries by their IDs.
Arguments collapse
-
#country_ids ⇒ Array
Country IDs.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Database::Methods::GetCountriesById
|
|
# File 'lib/vk/api/database/methods/get_countries_by_id.rb', line 15
|
Instance Method Details
#country_ids ⇒ Array
23 |
# File 'lib/vk/api/database/methods/get_countries_by_id.rb', line 23 attribute :country_ids, API::Types::Coercible::Array.member(API::Types::Coercible::Int).constrained(max_size: 1000).optional.default(nil) |