Class: Vk::API::Photos::WallUploadResponse
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Photos::WallUploadResponse
- Defined in:
- lib/vk/api/photos/wall_upload_response.rb
Overview
Instance Method Summary collapse
-
#hash ⇒ String
Uploading hash.
-
#photo ⇒ String
Uploaded photo data.
-
#server ⇒ Integer
Upload server number.
Instance Method Details
#hash ⇒ String
Returns Uploading hash.
15 |
# File 'lib/vk/api/photos/wall_upload_response.rb', line 15 attribute :hash, API::Types::Coercible::String.optional.default(nil) |