Class: Vk::API::Fave::Methods::RemoveLink

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

Overview

Removes link from the user's faves.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

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

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :link_id (String)

    Link ID (can be obtained by method).



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

Instance Method Details

Returns Link ID (can be obtained by method).

Returns:

  • (String)

    Link ID (can be obtained by method).



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

attribute :link_id, API::Types::Coercible::String