Class: Vk::API::Friends::Methods::DeleteList

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

Overview

Deletes a friend list of the current user.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Friends::Methods::DeleteList

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :list_id (Integer)

    ID of the friend list to delete.



# File 'lib/vk/api/friends/methods/delete_list.rb', line 15

Instance Method Details

#list_idInteger

Returns ID of the friend list to delete.

Returns:

  • (Integer)

    ID of the friend list to delete.



23
# File 'lib/vk/api/friends/methods/delete_list.rb', line 23

attribute :list_id, API::Types::Coercible::Int