Class: Vk::API::Notes::NoteComment
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Notes::NoteComment
- Defined in:
- lib/vk/api/notes/note_comment.rb
Overview
Instance Method Summary collapse
-
#date ⇒ Integer
Date when the comment has beed added in Unixtime.
-
#id ⇒ Integer
Comment ID.
-
#message ⇒ String
Comment text.
-
#nid ⇒ Integer
Note ID.
-
#oid ⇒ Integer
Note ID.
-
#reply_to ⇒ Integer
ID of replied comment.
-
#uid ⇒ Integer
Comment author's ID.
Instance Method Details
#date ⇒ Integer
Returns Date when the comment has beed added in Unixtime.
19 |
# File 'lib/vk/api/notes/note_comment.rb', line 19 attribute :date, API::Types::Coercible::Int |
#id ⇒ Integer
Returns Comment ID.
11 |
# File 'lib/vk/api/notes/note_comment.rb', line 11 attribute :id, API::Types::Coercible::Int |
#message ⇒ String
Returns Comment text.
21 |
# File 'lib/vk/api/notes/note_comment.rb', line 21 attribute :message, API::Types::Coercible::String |
#nid ⇒ Integer
Returns Note ID.
15 |
# File 'lib/vk/api/notes/note_comment.rb', line 15 attribute :nid, API::Types::Coercible::Int |
#oid ⇒ Integer
Returns Note ID.
17 |
# File 'lib/vk/api/notes/note_comment.rb', line 17 attribute :oid, API::Types::Coercible::Int |