Class: Vk::API::Docs::Methods::Save

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

Overview

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

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

Parameters:

  • arguments (Hash)

Options Hash (arguments):



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

Instance Method Details

#fileString

Returns This parameter is returned when the file is [https://vk.com/dev/upload_files_2?f=10.%2BUploading%2BDocuments|uploaded to the server].

Returns:



25
# File 'lib/vk/api/docs/methods/save.rb', line 25

attribute :file, API::Types::Coercible::String

#tagsString

Returns Document tags.

Returns:

  • (String)

    Document tags.



29
# File 'lib/vk/api/docs/methods/save.rb', line 29

attribute :tags, API::Types::Coercible::String.optional.default(nil)

#titleString

Returns Document title.

Returns:

  • (String)

    Document title.



27
# File 'lib/vk/api/docs/methods/save.rb', line 27

attribute :title, API::Types::Coercible::String.optional.default(nil)