Class: Vk::API::Video::Methods::GetCatalog
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::GetCatalog
- Defined in:
- lib/vk/api/video/methods/get_catalog.rb
Overview
Returns video catalog
Arguments collapse
-
#count ⇒ Integer
Number of catalog blocks to return.
-
#filters ⇒ Array
List of requested catalog sections.
-
#from ⇒ String
Parameter for requesting the next results page.
-
#items_count ⇒ Integer
Number of videos in each block.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::GetCatalog
|
# File 'lib/vk/api/video/methods/get_catalog.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns number of catalog blocks to return.
26 |
# File 'lib/vk/api/video/methods/get_catalog.rb', line 26 attribute :count, API::Types::Coercible::Int.optional.default(10) |
#filters ⇒ Array
Returns list of requested catalog sections.
32 |
# File 'lib/vk/api/video/methods/get_catalog.rb', line 32 attribute :filters, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default([]) |