Sha256: 981220876733cea9ec258474daaf818eef850fd667830c0c65b26284a52f7638
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 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 RequestParam < Vk::Schema::Object # @return [String] Parameter name attribute :key, API::Types::Coercible::String.optional # @return [String] Parameter value attribute :value, 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/base/request_param.rb |