Class: Vk::API::Newsfeed::ItemPhotoTag
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Newsfeed::ItemPhotoTag
- Defined in:
- lib/vk/api/newsfeed/item_photo_tag.rb
Overview
Instance Method Summary collapse
- #photo_tags ⇒ Hash
-
#post_id ⇒ Integer
Post ID.
Instance Method Details
#photo_tags ⇒ Hash
11 |
# File 'lib/vk/api/newsfeed/item_photo_tag.rb', line 11 attribute :photo_tags, API::Types::Coercible::Hash.optional.default(nil) |
#post_id ⇒ Integer
13 |
# File 'lib/vk/api/newsfeed/item_photo_tag.rb', line 13 attribute :post_id, API::Types::Coercible::Int.optional.default(nil) |