Sha256: a5669acab534154ed9c295b72d574f1faabb03fd19f0302cf33afc60276d4340
Contents?: true
Size: 550 Bytes
Versions: 1
Compression:
Stored size: 550 Bytes
Contents
# frozen_string_literal: true require 'vk/api/methods' module Vk module API class Utils < Vk::Schema::Namespace module Methods # Returns the current time of the VK server. class GetServerTime < Schema::Method # @!group Properties self.open = true self.method = 'utils.getServerTime' # @method initialize(arguments) # @param [Hash] arguments # @return [Utils::Methods::GetServerTime] # @!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/utils/methods/get_server_time.rb |