Class: Vk::API::Account::Methods::GetAppPermissions

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

Overview

Gets settings of the user in this application.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Account::Methods::GetAppPermissions

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :user_id (Integer)

    User ID whose settings information shall be got. By default: current user.



# File 'lib/vk/api/account/methods/get_app_permissions.rb', line 15

Instance Method Details

#user_idInteger

Returns User ID whose settings information shall be got. By default: current user.

Returns:

  • (Integer)

    User ID whose settings information shall be got. By default: current user.



23
# File 'lib/vk/api/account/methods/get_app_permissions.rb', line 23

attribute :user_id, API::Types::Coercible::Int