Class: Vk::API::Notes::Responses::GetByIdResponse

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

Overview

Instance Method Summary collapse

Instance Method Details

#responseAPI::Notes::Note



11
# File 'lib/vk/api/notes/responses/get_by_id_response.rb', line 11

attribute :response, Dry::Types[API::Notes::Note].optional.default(nil)