Class: Vk::API::Video::VideoAlbumFull

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/video/video_album_full.rb

Overview

Instance Method Summary collapse

Instance Method Details

#countInteger

Returns Total number of videos in album.

Returns:

  • (Integer)

    Total number of videos in album



17
# File 'lib/vk/api/video/video_album_full.rb', line 17

attribute :count, API::Types::Coercible::Int

#idInteger

Returns Album ID.

Returns:

  • (Integer)

    Album ID



11
# File 'lib/vk/api/video/video_album_full.rb', line 11

attribute :id, API::Types::Coercible::Int

#is_systemInteger

Returns Information whether album is system.

Returns:

  • (Integer)

    Information whether album is system



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

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

#owner_idInteger

Returns Album owner's ID.

Returns:

  • (Integer)

    Album owner's ID



13
# File 'lib/vk/api/video/video_album_full.rb', line 13

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

#photo_160String

Returns URL of the preview image with 160px in width.

Returns:

  • (String)

    URL of the preview image with 160px in width



19
# File 'lib/vk/api/video/video_album_full.rb', line 19

attribute :photo_160, API::Types::Coercible::String.optional.default(nil)

#photo_320String

Returns URL of the preview image with 320px in width.

Returns:

  • (String)

    URL of the preview image with 320px in width



21
# File 'lib/vk/api/video/video_album_full.rb', line 21

attribute :photo_320, API::Types::Coercible::String.optional.default(nil)

#titleString

Returns Album title.

Returns:

  • (String)

    Album title



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

attribute :title, API::Types::Coercible::String

#updated_timeInteger

Returns Date when the album has been updated last time in Unixtime.

Returns:

  • (Integer)

    Date when the album has been updated last time in Unixtime



23
# File 'lib/vk/api/video/video_album_full.rb', line 23

attribute :updated_time, API::Types::Coercible::Int