Class: Vk::API::Polls::Responses::CreateResponse

Inherits:
Schema::Response show all
Defined in:
lib/vk/api/polls/responses/create_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#responseAPI::Polls::Poll



11
# File 'lib/vk/api/polls/responses/create_response.rb', line 11

attribute :response, Dry::Types[API::Polls::Poll].optional.default(nil)