Class: Vk::API::Video::Methods::RemoveTag

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

Overview

Removes a tag from a video.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

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

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :tag_id (Integer)

    Tag ID.

  • :owner_id (Integer)

    ID of the user or community that owns the video.

  • :video_id (Integer)

    Video ID.



# File 'lib/vk/api/video/methods/remove_tag.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.



27
# File 'lib/vk/api/video/methods/remove_tag.rb', line 27

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

#tag_idInteger

Returns Tag ID.

Returns:

  • (Integer)

    Tag ID.



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

attribute :tag_id, API::Types::Coercible::Int

#video_idInteger

Returns Video ID.

Returns:

  • (Integer)

    Video ID.



29
# File 'lib/vk/api/video/methods/remove_tag.rb', line 29

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