Class: Vk::API::Video::Methods::GetTags

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

Overview

Returns a list of tags on a video.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

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

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :owner_id (Integer)

    ID of the user or community that owns the video.

  • :video_id (Integer)

    Video ID.



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

Instance Method Details

#owner_idInteger

Returns ID of the user or community that owns the video.

Returns:

  • (Integer)

    ID of the user or community that owns the video.



24
# File 'lib/vk/api/video/methods/get_tags.rb', line 24

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

#video_idInteger

Returns Video ID.

Returns:

  • (Integer)

    Video ID.



26
# File 'lib/vk/api/video/methods/get_tags.rb', line 26

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