Class: Vk::API::Docs::Methods::GetById

Inherits:
Schema::Method show all
Defined in:
lib/vk/api/docs/methods/get_by_id.rb

Overview

Returns information about documents by their IDs.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Docs::Methods::GetById

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :docs (Array)

    Document IDs. Example: ; "66748_91488,66748_91455";



# File 'lib/vk/api/docs/methods/get_by_id.rb', line 15

Instance Method Details

#docsArray

Returns Document IDs. Example: ; "66748_91488,66748_91455";.

Returns:

  • (Array)

    Document IDs. Example: ; "66748_91488,66748_91455";



23
# File 'lib/vk/api/docs/methods/get_by_id.rb', line 23

attribute :docs, API::Types::Coercible::Array.member(API::Types::Coercible::String)