Class: Vk::API::Market::Methods::RemoveFromAlbum
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Market::Methods::RemoveFromAlbum
- Defined in:
- lib/vk/api/market/methods/remove_from_album.rb
Overview
Removes an item from one or multiple collections.
Arguments collapse
-
#album_ids ⇒ Array
Collections IDs to remove item from.
-
#item_id ⇒ Integer
Item ID.
-
#owner_id ⇒ Integer
ID of an item owner community.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Market::Methods::RemoveFromAlbum
|
# File 'lib/vk/api/market/methods/remove_from_album.rb', line 15
|
Instance Method Details
#album_ids ⇒ Array
Returns Collections IDs to remove item from.
29 |
# File 'lib/vk/api/market/methods/remove_from_album.rb', line 29 attribute :album_ids, API::Types::Coercible::Array.member(API::Types::Coercible::Int) |