Class: Vk::API::Account::Responses::GetInfoResponse

Inherits:
Schema::Response
  • Object
show all
Defined in:
lib/vk/api/account/responses/get_info_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#responseAPI::Account::Info



11
# File 'lib/vk/api/account/responses/get_info_response.rb', line 11

attribute :response, Dry::Types[API::Account::Info].optional.default(nil)