Sha256: 7da2c66b16a0173d933b0b289f65396c5a66a1acd510e19783930696e0631f21

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 Bytes

Contents

# frozen_string_literal: true
require 'vk/api/methods'

module Vk
  module API
    class Secure < Vk::Schema::Namespace
      module Methods
        # Returns payment balance of the application in hundredth of a vote.
        class GetAppBalance < Schema::Method
          # @!group Properties

          self.open = false
          self.method = 'secure.getAppBalance'

          # @method initialize(arguments)
          #   @param [Hash] arguments
          #   @return [Secure::Methods::GetAppBalance]

          # @!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/secure/methods/get_app_balance.rb