Class: Vk::API::Video::Methods::GetAlbumsByVideo
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::GetAlbumsByVideo
- Defined in:
- lib/vk/api/video/methods/get_albums_by_video.rb
Overview
Arguments collapse
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::GetAlbumsByVideo
|
# File 'lib/vk/api/video/methods/get_albums_by_video.rb', line 15
|
Instance Method Details
#owner_id ⇒ Integer
27 |
# File 'lib/vk/api/video/methods/get_albums_by_video.rb', line 27 attribute :owner_id, API::Types::Coercible::Int |
#target_id ⇒ Integer
25 |
# File 'lib/vk/api/video/methods/get_albums_by_video.rb', line 25 attribute :target_id, API::Types::Coercible::Int.optional.default(nil) |