Sha256: b427691866767a42fa3d5047b4272b2b19192c3609762ab2955679ae0355d5e8

Contents?: true

Size: 509 Bytes

Versions: 1

Compression:

Stored size: 509 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 DomainResolved < Vk::Schema::Object
        # @return [String] Object type
        attribute :type, API::Types::Coercible::String.optional
        # @return [Integer] Object ID
        attribute :object_id, API::Types::Coercible::Int.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/domain_resolved.rb