Sha256: 86a741672a9d955f5fc123fb2cbf9be2c888095b61426682e9825b7ad04d9c43
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 Bytes
Contents
# frozen_string_literal: true require 'vk/api/objects' require 'vk/schema/namespace' module Vk module API class Base < Vk::Schema::Namespace # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class RepostsInfo < Vk::Schema::Object # @return [Integer] Reposts number attribute :count, API::Types::Coercible::Int.optional # @return [Integer] Information whether current user has reposted the post attribute :user_reposted, 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/base/reposts_info.rb |