Sha256: e6fb1e91244e5d6ca8cd9c6afbf1cc35198aed0ab77dbe19b11de22e6d1b697d

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true
require 'vk/api/types'

module Vk
  module API
    class Base < Vk::Schema::Namespace
      # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json
      PropertyExists = API::Types::Coercible::Int.enum(1)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vk-0.99.5.53.alpha lib/vk/api/base/property_exists.rb