Class: Vk::API::Notes::Methods::Get
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Notes::Methods::Get
- Defined in:
- lib/vk/api/notes/methods/get.rb
Overview
Returns a list of notes created by a user.
Arguments collapse
-
#count ⇒ Integer
Number of notes to return.
-
#note_ids ⇒ Array
Note IDs.
-
#user_id ⇒ Integer
Note owner ID.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Notes::Methods::Get constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#count ⇒ Integer
Returns Number of notes to return.
29 |
# File 'lib/vk/api/notes/methods/get.rb', line 29 attribute :count, API::Types::Coercible::Int.optional.default(20) |