Class: Vk::API::Video::Methods::GetAlbumsByVideo

Inherits:
Schema::Method
  • Object
show all
Defined in:
lib/vk/api/video/methods/get_albums_by_video.rb

Overview

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Video::Methods::GetAlbumsByVideo

Parameters:

  • arguments (Hash)

Options Hash (arguments):



# File 'lib/vk/api/video/methods/get_albums_by_video.rb', line 15

Instance Method Details

#owner_idInteger



27
# File 'lib/vk/api/video/methods/get_albums_by_video.rb', line 27

attribute :owner_id, API::Types::Coercible::Int

#target_idInteger



25
# File 'lib/vk/api/video/methods/get_albums_by_video.rb', line 25

attribute :target_id, API::Types::Coercible::Int.optional.default(nil)

#video_idInteger



29
# File 'lib/vk/api/video/methods/get_albums_by_video.rb', line 29

attribute :video_id, API::Types::Coercible::Int