Class: Vk::API::Newsfeed::Methods::GetLists

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

Overview

Returns a list of newsfeeds followed by the current user.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

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

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :list_ids (Array)

    numeric list identifiers.



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

Instance Method Details

#list_idsArray

Returns numeric list identifiers.

Returns:

  • (Array)

    numeric list identifiers.



23
# File 'lib/vk/api/newsfeed/methods/get_lists.rb', line 23

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