Class: Vk::API::Storage::Responses::GetResponse

Inherits:
Schema::Response show all
Defined in:
lib/vk/api/storage/responses/get_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#responseString

Returns Key value.

Returns:

  • (String)

    Key value



11
# File 'lib/vk/api/storage/responses/get_response.rb', line 11

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