Sha256: 4b079a9624e93b0a0ee8fd6d1587cf136ec39549683163290b81744e01f8e685
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 Bytes
Contents
# frozen_string_literal: true require 'vk/api/responses' module Vk module API class Ads < Vk::Schema::Namespace module Responses # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class CheckLinkResponse < Vk::Schema::Response # @return [API::Ads::LinkStatus] @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json attribute :response, Dry::Types[API::Ads::LinkStatus].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/ads/responses/check_link_response.rb |