Class: Vk::API::Video::VideoAlbum
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Video::VideoAlbum
- Defined in:
- lib/vk/api/video/video_album.rb
Overview
Instance Method Summary collapse
-
#id ⇒ Integer
Album ID.
-
#owner_id ⇒ Integer
Album owner's ID.
-
#title ⇒ String
Album title.
Instance Method Details
#id ⇒ Integer
Returns Album ID.
11 |
# File 'lib/vk/api/video/video_album.rb', line 11 attribute :id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
Returns Album owner's ID.
13 |
# File 'lib/vk/api/video/video_album.rb', line 13 attribute :owner_id, API::Types::Coercible::Int |
#title ⇒ String
Returns Album title.
15 |
# File 'lib/vk/api/video/video_album.rb', line 15 attribute :title, API::Types::Coercible::String |