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