Class: Vk::API::Secure::Methods::GetUserLevel

Inherits:
Schema::Method
  • Object
show all
Defined in:
lib/vk/api/secure/methods/get_user_level.rb

Overview

Returns one of the previously set game levels of one or more users in the application.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Secure::Methods::GetUserLevel

Parameters:

  • arguments (Hash)

Options Hash (arguments):



# File 'lib/vk/api/secure/methods/get_user_level.rb', line 15

Instance Method Details

#user_idsArray



23
# File 'lib/vk/api/secure/methods/get_user_level.rb', line 23

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