Class: Vk::API::Market::Methods::Restore
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Market::Methods::Restore
- Defined in:
- lib/vk/api/market/methods/restore.rb
Overview
Restores recently deleted item
Arguments collapse
-
#item_id ⇒ Integer
Deleted 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::Restore
|
|
# File 'lib/vk/api/market/methods/restore.rb', line 15
|
Instance Method Details
#item_id ⇒ Integer
Returns Deleted item ID.
26 |
# File 'lib/vk/api/market/methods/restore.rb', line 26 attribute :item_id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
Returns ID of an item owner community.
24 |
# File 'lib/vk/api/market/methods/restore.rb', line 24 attribute :owner_id, API::Types::Coercible::Int |