Class: Vk::API::Messages::Responses::GetLongPollServerResponse
- Inherits:
-
Schema::Response
- Object
- Dry::Struct
- Schema::Response
- Vk::API::Messages::Responses::GetLongPollServerResponse
- Defined in:
- lib/vk/api/messages/responses/get_long_poll_server_response.rb
Overview
Instance Method Summary collapse
Instance Method Details
#response ⇒ API::Messages::LongpollParams
11 |
# File 'lib/vk/api/messages/responses/get_long_poll_server_response.rb', line 11 attribute :response, Dry::Types[API::Messages::LongpollParams].optional.default(nil) |