Class: Vk::API::Video::Methods::GetAlbumById
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::GetAlbumById
- Defined in:
- lib/vk/api/video/methods/get_album_by_id.rb
Overview
Returns video album info
Arguments collapse
-
#album_id ⇒ Integer
Album ID.
-
#owner_id ⇒ Integer
Identifier of a user or community to add a video to.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::GetAlbumById
|
|
# File 'lib/vk/api/video/methods/get_album_by_id.rb', line 15
|
Instance Method Details
#album_id ⇒ Integer
Returns album ID.
26 |
# File 'lib/vk/api/video/methods/get_album_by_id.rb', line 26 attribute :album_id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
Returns identifier of a user or community to add a video to. ; Use a negative value to designate a community ID.
24 |
# File 'lib/vk/api/video/methods/get_album_by_id.rb', line 24 attribute :owner_id, API::Types::Coercible::Int.optional.default(nil) |