Class: Vk::API::Video::Methods::GetAlbums
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::GetAlbums
- Defined in:
- lib/vk/api/video/methods/get_albums.rb
Overview
Returns a list of video albums owned by a user or community.
Arguments collapse
-
#count ⇒ Integer
Number of video albums to return.
-
#extended ⇒ Boolean
'1' — to return additional information about album privacy settings for the current user.
-
#offset ⇒ Integer
Offset needed to return a specific subset of video albums.
-
#owner_id ⇒ Integer
ID of the user or community that owns the video album(s).
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::GetAlbums
|
# File 'lib/vk/api/video/methods/get_albums.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of video albums to return.
30 |
# File 'lib/vk/api/video/methods/get_albums.rb', line 30 attribute :count, API::Types::Coercible::Int.optional.default(50) |
#extended ⇒ Boolean
Returns '1' — to return additional information about album privacy settings for the current user.
32 |
# File 'lib/vk/api/video/methods/get_albums.rb', line 32 attribute :extended, API::Types::Form::Bool.optional.default(nil) |