Class: Vk::API::Newsfeed::Methods::DeleteBan

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

Overview

Allows news from previously banned users and communities to be shown in the current user's newsfeed.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Newsfeed::Methods::DeleteBan

Parameters:

  • arguments (Hash)

Options Hash (arguments):



# File 'lib/vk/api/newsfeed/methods/delete_ban.rb', line 15

Instance Method Details

#group_idsArray



26
# File 'lib/vk/api/newsfeed/methods/delete_ban.rb', line 26

attribute :group_ids, API::Types::Coercible::Array.member(API::Types::Coercible::Int).optional.default(nil)

#user_idsArray



24
# File 'lib/vk/api/newsfeed/methods/delete_ban.rb', line 24

attribute :user_ids, API::Types::Coercible::Array.member(API::Types::Coercible::Int).optional.default(nil)