Class: Vk::API::Photos::WallUploadResponse

Inherits:
Schema::Object
  • Object
show all
Defined in:
lib/vk/api/photos/wall_upload_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#hashString



15
# File 'lib/vk/api/photos/wall_upload_response.rb', line 15

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

#photoString



13
# File 'lib/vk/api/photos/wall_upload_response.rb', line 13

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

#serverInteger



11
# File 'lib/vk/api/photos/wall_upload_response.rb', line 11

attribute :server, API::Types::Coercible::Int.optional.default(nil)