Class: Vk::API::Docs::Methods::Save
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Docs::Methods::Save
- Defined in:
- lib/vk/api/docs/methods/save.rb
Overview
Saves a document after [https://vk.com/dev/upload_files_2?f=10.%2BUploading%2BDocuments|uploading it to a server].
Arguments collapse
-
#file ⇒ String
This parameter is returned when the file is [https://vk.com/dev/upload_files_2?f=10.%2BUploading%2BDocuments|uploaded to the server].
-
#tags ⇒ String
Document tags.
-
#title ⇒ String
Document title.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Docs::Methods::Save constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#file ⇒ String
Returns This parameter is returned when the file is [https://vk.com/dev/upload_files_2?f=10.%2BUploading%2BDocuments|uploaded to the server].
25 |
# File 'lib/vk/api/docs/methods/save.rb', line 25 attribute :file, API::Types::Coercible::String |
#tags ⇒ String
Returns Document tags.
29 |
# File 'lib/vk/api/docs/methods/save.rb', line 29 attribute :tags, API::Types::Coercible::String.optional.default(nil) |
#title ⇒ String
Returns Document title.
27 |
# File 'lib/vk/api/docs/methods/save.rb', line 27 attribute :title, API::Types::Coercible::String.optional.default(nil) |