Class: Vk::API::Audio::Methods::Reorder
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Audio::Methods::Reorder
- Defined in:
- lib/vk/api/audio/methods/reorder.rb
Overview
Reorders an audio file, placing it between other specified audio files.
Arguments collapse
-
#after ⇒ Integer
ID of the audio file after which to place the audio file.
-
#audio_id ⇒ Integer
Audio file ID.
-
#before ⇒ Integer
ID of the audio file before which to place the audio file.
-
#owner_id ⇒ Integer
ID of the user or community that owns the audio file.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Audio::Methods::Reorder constructor
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Audio::Methods::Reorder
|
# File 'lib/vk/api/audio/methods/reorder.rb', line 15
|
Instance Method Details
#after ⇒ Integer
Returns ID of the audio file after which to place the audio file.
32 |
# File 'lib/vk/api/audio/methods/reorder.rb', line 32 attribute :after, API::Types::Coercible::Int.optional.default(nil) |
#audio_id ⇒ Integer
Returns Audio file ID.
26 |
# File 'lib/vk/api/audio/methods/reorder.rb', line 26 attribute :audio_id, API::Types::Coercible::Int |