Class: Vk::API::Video::Methods::Delete
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::Delete
- Defined in:
- lib/vk/api/video/methods/delete.rb
Overview
Deletes a video from a user or community page.
Arguments collapse
-
#owner_id ⇒ Integer
ID of the user or community that owns the video.
- #target_id ⇒ Integer
-
#video_id ⇒ Integer
Video ID.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Video::Methods::Delete constructor
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::Delete
|
# File 'lib/vk/api/video/methods/delete.rb', line 15
|
Instance Method Details
#owner_id ⇒ Integer
Returns ID of the user or community that owns the video.
27 |
# File 'lib/vk/api/video/methods/delete.rb', line 27 attribute :owner_id, API::Types::Coercible::Int.optional.default(nil) |