Class: Vk::API::Fave::Methods::RemoveUser

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

Overview

Removes a profile from user faves.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Fave::Methods::RemoveUser

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :user_id (Integer)

    Profile ID.



# File 'lib/vk/api/fave/methods/remove_user.rb', line 15

Instance Method Details

#user_idInteger

Returns Profile ID.

Returns:

  • (Integer)

    Profile ID.



23
# File 'lib/vk/api/fave/methods/remove_user.rb', line 23

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