Sha256: 7b57f2fcc076ae573c1b5ecbdf808e135361a05a0e03a306a78c6abcde209dfe
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 Bytes
Contents
# frozen_string_literal: true require 'vk/api/methods' module Vk module API class Places < Vk::Schema::Namespace module Methods # Returns information about locations by their IDs. class GetById < Schema::Method # @!group Properties self.open = false self.method = 'places.getById' # @method initialize(arguments) # @param [Hash] arguments # @option arguments [Array] :places Location IDs. # @return [Places::Methods::GetById] # @!group Arguments # @return [Array] Location IDs. attribute :places, API::Types::Coercible::Array.optional end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vk-0.99.5.53.alpha | lib/vk/api/places/methods/get_by_id.rb |