Class: Vk::API::Polls::Responses::GetByIdResponse
- Inherits:
-
Schema::Response
- Object
- Dry::Struct
- Schema::Response
- Vk::API::Polls::Responses::GetByIdResponse
- Defined in:
- lib/vk/api/polls/responses/get_by_id_response.rb
Overview
Instance Method Summary collapse
Instance Method Details
#response ⇒ Array
11 |
# File 'lib/vk/api/polls/responses/get_by_id_response.rb', line 11 attribute :response, API::Types::Coercible::Array.member(API::Polls::Poll).optional.default(nil) |