Class: Vk::API::Video::VideoTag

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

Overview

Instance Method Summary collapse

Instance Method Details

#dateInteger

Returns Date when tag has been added in Unixtime.

Returns:

  • (Integer)

    Date when tag has been added in Unixtime



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

attribute :date, API::Types::Coercible::Int

#idInteger

Returns Tag ID.

Returns:

  • (Integer)

    Tag ID



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

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

#placer_idInteger

Returns ID of the tag creator.

Returns:

  • (Integer)

    ID of the tag creator



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

attribute :placer_id, API::Types::Coercible::Int

#tagged_nameString

Returns Tag description.

Returns:

  • (String)

    Tag description



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

attribute :tagged_name, API::Types::Coercible::String

#user_idInteger

Returns Tagged user ID.

Returns:

  • (Integer)

    Tagged user ID



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

attribute :user_id, API::Types::Coercible::Int

#viewedAPI::Base::BoolInt

Returns Information whether tha tag is reviewed.

Returns:



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

attribute :viewed, API::Base::BoolInt