Sha256: db18eb68da3119c061136a0330ad28cfa3ac31be32bf2f3d0bd69e2f2137fe9c
Contents?: true
Size: 551 Bytes
Versions: 1
Compression:
Stored size: 551 Bytes
Contents
# frozen_string_literal: true require 'vk/api/methods' module Vk module API class Account < Vk::Schema::Namespace module Methods # Returns the current account info. class GetProfileInfo < Schema::Method # @!group Properties self.open = false self.method = 'account.getProfileInfo' # @method initialize(arguments) # @param [Hash] arguments # @return [Account::Methods::GetProfileInfo] # @!group Arguments end 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/account/methods/get_profile_info.rb |