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