Class: Vk::API::Audio::Methods::GetAlbums
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Audio::Methods::GetAlbums
- Defined in:
- lib/vk/api/audio/methods/get_albums.rb
Overview
Returns a list of audio albums of a user or community.
Arguments collapse
-
#count ⇒ Integer
Number of albums to return.
-
#offset ⇒ Integer
Offset needed to return a specific subset of albums.
-
#owner_id ⇒ Integer
ID of the user or community that owns the audio file.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Audio::Methods::GetAlbums
|
# File 'lib/vk/api/audio/methods/get_albums.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of albums to return.
29 |
# File 'lib/vk/api/audio/methods/get_albums.rb', line 29 attribute :count, API::Types::Coercible::Int.optional.default(50) |