Class: Vk::API::Video::Methods::ReorderVideos
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::ReorderVideos
- Defined in:
- lib/vk/api/video/methods/reorder_videos.rb
Overview
Reorders the video in the video album.
Arguments collapse
-
#after_owner_id ⇒ Integer
ID of the user or community that owns the video after which the photo in question shall be placed.
-
#after_video_id ⇒ Integer
ID of the video after which the photo in question shall be placed.
-
#album_id ⇒ Integer
ID of the video album.
-
#before_owner_id ⇒ Integer
ID of the user or community that owns the video before which the video in question shall be placed.
-
#before_video_id ⇒ Integer
ID of the video before which the video in question shall be placed.
-
#owner_id ⇒ Integer
ID of the user or community that owns the video.
-
#target_id ⇒ Integer
ID of the user or community that owns the album with videos.
-
#video_id ⇒ Integer
ID of the video.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::ReorderVideos
|
# File 'lib/vk/api/video/methods/reorder_videos.rb', line 15
|
Instance Method Details
#after_owner_id ⇒ Integer
Returns ID of the user or community that owns the video after which the photo in question shall be placed.
42 |
# File 'lib/vk/api/video/methods/reorder_videos.rb', line 42 attribute :after_owner_id, API::Types::Coercible::Int.optional.default(nil) |
#after_video_id ⇒ Integer
Returns ID of the video after which the photo in question shall be placed.
44 |
# File 'lib/vk/api/video/methods/reorder_videos.rb', line 44 attribute :after_video_id, API::Types::Coercible::Int.optional.default(nil) |
#album_id ⇒ Integer
Returns ID of the video album.
32 |
# File 'lib/vk/api/video/methods/reorder_videos.rb', line 32 attribute :album_id, API::Types::Coercible::Int.optional.default(nil) |
#before_owner_id ⇒ Integer
Returns ID of the user or community that owns the video before which the video in question shall be placed.
38 |
# File 'lib/vk/api/video/methods/reorder_videos.rb', line 38 attribute :before_owner_id, API::Types::Coercible::Int.optional.default(nil) |
#before_video_id ⇒ Integer
Returns ID of the video before which the video in question shall be placed.
40 |
# File 'lib/vk/api/video/methods/reorder_videos.rb', line 40 attribute :before_video_id, API::Types::Coercible::Int.optional.default(nil) |
#owner_id ⇒ Integer
Returns ID of the user or community that owns the video.
34 |
# File 'lib/vk/api/video/methods/reorder_videos.rb', line 34 attribute :owner_id, API::Types::Coercible::Int |