Class: Vk::API::Wall::AttachedNote
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Wall::AttachedNote
- Defined in:
- lib/vk/api/wall/attached_note.rb
Overview
Instance Method Summary collapse
-
#comments ⇒ Integer
Comments number.
-
#date ⇒ Integer
Date when the note has been created in Unixtime.
-
#id ⇒ Integer
Note ID.
-
#owner_id ⇒ Integer
Note owner's ID.
-
#read_comments ⇒ Integer
Read comments number.
-
#title ⇒ String
Note title.
-
#view_url ⇒ String
URL of the page with note preview.
Instance Method Details
#comments ⇒ Integer
Returns Comments number.
15 |
# File 'lib/vk/api/wall/attached_note.rb', line 15 attribute :comments, API::Types::Coercible::Int |
#date ⇒ Integer
Returns Date when the note has been created in Unixtime.
19 |
# File 'lib/vk/api/wall/attached_note.rb', line 19 attribute :date, API::Types::Coercible::Int |
#id ⇒ Integer
Returns Note ID.
11 |
# File 'lib/vk/api/wall/attached_note.rb', line 11 attribute :id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
Returns Note owner's ID.
13 |
# File 'lib/vk/api/wall/attached_note.rb', line 13 attribute :owner_id, API::Types::Coercible::Int |
#read_comments ⇒ Integer
Returns Read comments number.
17 |
# File 'lib/vk/api/wall/attached_note.rb', line 17 attribute :read_comments, API::Types::Coercible::Int |