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