Sha256: 51ca896a531e9e99af22b10e2bb49729a64be01237cda13fff7e7f177b83ff19

Contents?: true

Size: 608 Bytes

Versions: 1

Compression:

Stored size: 608 Bytes

Contents

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

module Vk
  module API
    class Secure < Vk::Schema::Namespace
      module Methods
        # Shows history of votes transaction between users and the application.
        class GetTransactionsHistory < Schema::Method
          # @!group Properties

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

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

          # @!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_transactions_history.rb