Sha256: 5d08d46db04faa5f65916c13da139b07c4a0c1ce8dd47490f2603ae2d497ac54
Contents?: true
Size: 414 Bytes
Versions: 1
Compression:
Stored size: 414 Bytes
Contents
# frozen_string_literal: true require 'vk/api/objects' require 'vk/schema/namespace' module Vk module API class Docs < Vk::Schema::Namespace # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class DocUploadResponse < Vk::Schema::Object # @return [String] Uploaded file data attribute :file, API::Types::Coercible::String.optional end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vk-0.99.5.53.alpha | lib/vk/api/docs/doc_upload_response.rb |