Sha256: 4e0a1bcb3eae388e74475a9dd1f725993b37918d73b410650762a0d2bac33401
Contents?: true
Size: 880 Bytes
Versions: 1
Compression:
Stored size: 880 Bytes
Contents
# frozen_string_literal: true require 'vk/api/methods' module Vk module API class Secure < Vk::Schema::Namespace module Methods # Returns one of the previously set game levels of one or more users in the application. class GetUserLevel < Schema::Method # @!group Properties self.open = false self.method = 'secure.getUserLevel' # @method initialize(arguments) # @param [Hash] arguments # @option arguments [Array] :user_ids @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json # @return [Secure::Methods::GetUserLevel] # @!group Arguments # @return [Array] @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json attribute :user_ids, 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/secure/methods/get_user_level.rb |