Sha256: f343cb370a756209dfefb5b4d0fa8d124f3cbfce65f5eb8f7d5f97f60e82d58d
Contents?: true
Size: 538 Bytes
Versions: 1
Compression:
Stored size: 538 Bytes
Contents
# frozen_string_literal: true require 'vk/api/methods' module Vk module API class Places < Vk::Schema::Namespace module Methods # Returns a list of all types of locations. class GetTypes < Schema::Method # @!group Properties self.open = false self.method = 'places.getTypes' # @method initialize(arguments) # @param [Hash] arguments # @return [Places::Methods::GetTypes] # @!group Arguments 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_types.rb |