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