Class: Vk::API::Market::Methods::Delete
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Market::Methods::Delete
- Defined in:
- lib/vk/api/market/methods/delete.rb
Overview
Deletes an item.
Arguments collapse
-
#item_id ⇒ Integer
Item ID.
-
#owner_id ⇒ Integer
ID of an item owner community.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Market::Methods::Delete constructor
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Market::Methods::Delete
|
|
# File 'lib/vk/api/market/methods/delete.rb', line 15
|
Instance Method Details
#item_id ⇒ Integer
26 |
# File 'lib/vk/api/market/methods/delete.rb', line 26 attribute :item_id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
24 |
# File 'lib/vk/api/market/methods/delete.rb', line 24 attribute :owner_id, API::Types::Coercible::Int |