Class: Vk::API::Notes::Methods::GetComments
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Notes::Methods::GetComments
- Defined in:
- lib/vk/api/notes/methods/get_comments.rb
Overview
Returns a list of comments on a note.
Arguments collapse
-
#count ⇒ Integer
Number of comments to return.
-
#note_id ⇒ Integer
Note ID.
-
#owner_id ⇒ Integer
Note owner ID.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Notes::Methods::GetComments
|
# File 'lib/vk/api/notes/methods/get_comments.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of comments to return.
29 |
# File 'lib/vk/api/notes/methods/get_comments.rb', line 29 attribute :count, API::Types::Coercible::Int.optional.default(20) |