Class: Vk::API::Fave::Methods::RemoveUser
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Fave::Methods::RemoveUser
- Defined in:
- lib/vk/api/fave/methods/remove_user.rb
Overview
Removes a profile from user faves.
Arguments collapse
-
#user_id ⇒ Integer
Profile ID.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Fave::Methods::RemoveUser
|
|
# File 'lib/vk/api/fave/methods/remove_user.rb', line 15
|
Instance Method Details
#user_id ⇒ Integer
Returns Profile ID.
23 |
# File 'lib/vk/api/fave/methods/remove_user.rb', line 23 attribute :user_id, API::Types::Coercible::Int |