Class: Vk::API::Board::TopicComment

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/board/topic_comment.rb

Overview

Instance Method Summary collapse

Instance Method Details

#attachmentsArray



19
# File 'lib/vk/api/board/topic_comment.rb', line 19

attribute :attachments, API::Types::Coercible::Array.member(API::Wall::CommentAttachment).optional.default(nil)

#dateInteger



15
# File 'lib/vk/api/board/topic_comment.rb', line 15

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

#from_idInteger



13
# File 'lib/vk/api/board/topic_comment.rb', line 13

attribute :from_id, API::Types::Coercible::Int

#idInteger



11
# File 'lib/vk/api/board/topic_comment.rb', line 11

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

#real_offsetInteger



21
# File 'lib/vk/api/board/topic_comment.rb', line 21

attribute :real_offset, API::Types::Coercible::Int.optional.default(nil)

#textString



17
# File 'lib/vk/api/board/topic_comment.rb', line 17

attribute :text, API::Types::Coercible::String