Sha256: 913e78a29ace1993d2eb333b82fd5e79ef081e1bd0760f4206ee7c05792c91d8
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
# frozen_string_literal: true require 'vk/api/responses' module Vk module API class Account < Vk::Schema::Namespace module Responses # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class GetPushSettingsResponse < Vk::Schema::Response # @return [API::Account::PushSettings] @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json attribute :response, Dry::Types[API::Account::PushSettings].optional end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vk-0.99.5.53.alpha | lib/vk/api/account/responses/get_push_settings_response.rb |