Class: Vk::API::Video::Methods::GetCatalogSection
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::GetCatalogSection
- Defined in:
- lib/vk/api/video/methods/get_catalog_section.rb
Overview
Returns a separate catalog section
Arguments collapse
-
#count ⇒ Integer
Number of blocks to return.
-
#from ⇒ String
'next' value returned with a block by the '' method.
-
#section_id ⇒ String
'id' value returned with a block by the '' method.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::GetCatalogSection
|
# File 'lib/vk/api/video/methods/get_catalog_section.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns number of blocks to return.
29 |
# File 'lib/vk/api/video/methods/get_catalog_section.rb', line 29 attribute :count, API::Types::Coercible::Int.optional.default(10) |