Class: Vk::API::Video::VideoTag
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Video::VideoTag
- Defined in:
- lib/vk/api/video/video_tag.rb
Overview
Instance Method Summary collapse
-
#date ⇒ Integer
Date when tag has been added in Unixtime.
-
#id ⇒ Integer
Tag ID.
-
#placer_id ⇒ Integer
ID of the tag creator.
-
#tagged_name ⇒ String
Tag description.
-
#user_id ⇒ Integer
Tagged user ID.
-
#viewed ⇒ API::Base::BoolInt
Information whether tha tag is reviewed.
Instance Method Details
#date ⇒ Integer
Returns 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 |
#id ⇒ Integer
Returns Tag ID.
13 |
# File 'lib/vk/api/video/video_tag.rb', line 13 attribute :id, API::Types::Coercible::Int |
#placer_id ⇒ Integer
Returns ID of the tag creator.
15 |
# File 'lib/vk/api/video/video_tag.rb', line 15 attribute :placer_id, API::Types::Coercible::Int |
#tagged_name ⇒ String
Returns Tag description.
17 |
# File 'lib/vk/api/video/video_tag.rb', line 17 attribute :tagged_name, API::Types::Coercible::String |
#user_id ⇒ Integer
Returns Tagged user ID.
11 |
# File 'lib/vk/api/video/video_tag.rb', line 11 attribute :user_id, API::Types::Coercible::Int |
#viewed ⇒ API::Base::BoolInt
Returns Information whether tha tag is reviewed.
21 |
# File 'lib/vk/api/video/video_tag.rb', line 21 attribute :viewed, API::Base::BoolInt |