Class: Vk::API::Docs::Methods::Get
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Docs::Methods::Get
- Defined in:
- lib/vk/api/docs/methods/get.rb
Overview
Returns detailed information about user or community documents.
Arguments collapse
-
#count ⇒ Integer
Number of documents to return.
-
#offset ⇒ Integer
Offset needed to return a specific subset of documents.
-
#owner_id ⇒ Integer
ID of the user or community that owns the documents.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Docs::Methods::Get constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#count ⇒ Integer
Returns Number of documents to return. By default, all documents.
25 |
# File 'lib/vk/api/docs/methods/get.rb', line 25 attribute :count, API::Types::Coercible::Int.optional.default(nil) |