Class: Vk::API::Newsfeed::Methods::GetLists
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Newsfeed::Methods::GetLists
- Defined in:
- lib/vk/api/newsfeed/methods/get_lists.rb
Overview
Returns a list of newsfeeds followed by the current user.
Arguments collapse
-
#list_ids ⇒ Array
Numeric list identifiers.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Newsfeed::Methods::GetLists
|
|
# File 'lib/vk/api/newsfeed/methods/get_lists.rb', line 15
|
Instance Method Details
#list_ids ⇒ Array
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) |