Sha256: 999316b5bd5930d879d28a05800b25c42883f2289ff6f020559494524c9ae42b
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
# frozen_string_literal: true require 'vk/api/objects' require 'vk/schema/namespace' module Vk module API class Database < Vk::Schema::Namespace # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class Street < Vk::Schema::Object # @return [Integer] Street ID attribute :id, API::Types::Coercible::Int.optional # @return [String] Street title attribute :title, 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/database/street.rb |