Class: Vk::API::Board::TopicComment
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Board::TopicComment
- Defined in:
- lib/vk/api/board/topic_comment.rb
Overview
Instance Method Summary collapse
- #attachments ⇒ Array
-
#date ⇒ Integer
Date when the comment has been added in Unixtime.
-
#from_id ⇒ Integer
Author ID.
-
#id ⇒ Integer
Comment ID.
-
#real_offset ⇒ Integer
Real position of the comment.
-
#text ⇒ String
Comment text.
Instance Method Details
#attachments ⇒ Array
19 |
# File 'lib/vk/api/board/topic_comment.rb', line 19 attribute :attachments, API::Types::Coercible::Array.member(API::Wall::CommentAttachment).optional.default(nil) |
#date ⇒ Integer
Returns Date when the comment has been added in Unixtime.
15 |
# File 'lib/vk/api/board/topic_comment.rb', line 15 attribute :date, API::Types::Coercible::Int |
#from_id ⇒ Integer
Returns Author ID.
13 |
# File 'lib/vk/api/board/topic_comment.rb', line 13 attribute :from_id, API::Types::Coercible::Int |
#id ⇒ Integer
Returns Comment ID.
11 |
# File 'lib/vk/api/board/topic_comment.rb', line 11 attribute :id, API::Types::Coercible::Int |