Class: Vk::API::Market::Methods::ReorderAlbums
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Market::Methods::ReorderAlbums
- Defined in:
- lib/vk/api/market/methods/reorder_albums.rb
Overview
Reorders the collections list.
Arguments collapse
-
#after ⇒ Integer
ID of a collection to place current collection after it.
-
#album_id ⇒ Integer
Collection ID.
-
#before ⇒ Integer
ID of a collection to place current collection before it.
-
#owner_id ⇒ Integer
ID of an item owner community.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Market::Methods::ReorderAlbums
|
# File 'lib/vk/api/market/methods/reorder_albums.rb', line 15
|
Instance Method Details
#after ⇒ Integer
Returns ID of a collection to place current collection after it.
32 |
# File 'lib/vk/api/market/methods/reorder_albums.rb', line 32 attribute :after, API::Types::Coercible::Int.optional.default(nil) |
#album_id ⇒ Integer
Returns Collection ID.
28 |
# File 'lib/vk/api/market/methods/reorder_albums.rb', line 28 attribute :album_id, API::Types::Coercible::Int |