Sha256: 7576ddc8fbbcd100b231f95049f52751ff438466ac2b50dcf8c49a1a7cea6152
Contents?: true
Size: 504 Bytes
Versions: 1
Compression:
Stored size: 504 Bytes
Contents
# frozen_string_literal: true require 'vk/api/objects' require 'vk/schema/namespace' module Vk module API class Utils < Vk::Schema::Namespace # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class LinkChecked < Vk::Schema::Object # @return [String] Link status attribute :status, API::Types::Coercible::String.optional # @return [String] Link URL attribute :link, API::Types::Coercible::String.optional 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/utils/link_checked.rb |