Class: Vk::API::Users::Methods::IsAppUser

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

Overview

Returns information whether a user installed the application.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Users::Methods::IsAppUser

Parameters:

  • arguments (Hash)

Options Hash (arguments):



# File 'lib/vk/api/users/methods/is_app_user.rb', line 15

Instance Method Details

#user_idInteger



23
# File 'lib/vk/api/users/methods/is_app_user.rb', line 23

attribute :user_id, API::Types::Coercible::Int.optional.default(nil)