Class: Vk::API::Photos::PhotoTag
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Photos::PhotoTag
- Defined in:
- lib/vk/api/photos/photo_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 the tag is reviewed.
-
#x ⇒ Number
Coordinate X of the left upper corner.
-
#x2 ⇒ Number
Coordinate X of the right lower corner.
-
#y ⇒ Number
Coordinate Y of the left upper corner.
-
#y2 ⇒ Number
Coordinate Y of the right lower corner.
Instance Method Details
#date ⇒ Integer
Returns Date when tag has been added in Unixtime.
19 |
# File 'lib/vk/api/photos/photo_tag.rb', line 19 attribute :date, API::Types::Coercible::Int |
#id ⇒ Integer
Returns Tag ID.
13 |
# File 'lib/vk/api/photos/photo_tag.rb', line 13 attribute :id, API::Types::Coercible::Int |
#placer_id ⇒ Integer
Returns ID of the tag creator.
15 |
# File 'lib/vk/api/photos/photo_tag.rb', line 15 attribute :placer_id, API::Types::Coercible::Int |
#tagged_name ⇒ String
Returns Tag description.
17 |
# File 'lib/vk/api/photos/photo_tag.rb', line 17 attribute :tagged_name, API::Types::Coercible::String |
#user_id ⇒ Integer
Returns Tagged user ID.
11 |
# File 'lib/vk/api/photos/photo_tag.rb', line 11 attribute :user_id, API::Types::Coercible::Int |
#viewed ⇒ API::Base::BoolInt
Returns Information whether the tag is reviewed.
29 |
# File 'lib/vk/api/photos/photo_tag.rb', line 29 attribute :viewed, API::Base::BoolInt |
#x ⇒ Number
Returns Coordinate X of the left upper corner.
21 |
# File 'lib/vk/api/photos/photo_tag.rb', line 21 attribute :x, API::Types::Coercible::Int |
#x2 ⇒ Number
Returns Coordinate X of the right lower corner.
25 |
# File 'lib/vk/api/photos/photo_tag.rb', line 25 attribute :x2, API::Types::Coercible::Int |