Sha256: 17cd7678a647d4a34b0a68225078ceeb41466fa064f402d34df826746d4f2e58

Contents?: true

Size: 873 Bytes

Versions: 25

Compression:

Stored size: 873 Bytes

Contents

module Moneta
  module Api
    module Requests
      # Запрос на получение данных пользователя по ID пользователя.
      # Если данные не найдены, возникает Exception.
      # Request for profile information by a MONETA.RU user ID.
      # If MONETA.RU finds no information about the specified user, an error occurs.
      class GetProfileInfoRequest
        include Moneta::Api::DataMapper

        # @return [Integer] ID пользователя в системе МОНЕТА.РУ.
        #    Если это поле не задано, то используется текущий пользователь.
        #    MONETA.RU user ID.
        #    If you omit this element, MONETA.RU uses the ID of the user who sends this request.
        property :unit_id
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
moneta-api-1.5.0 lib/moneta/api/requests/get_profile_info_request.rb
moneta-api-1.4.0 lib/moneta/api/requests/get_profile_info_request.rb
moneta-api-1.3.0 lib/moneta/api/requests/get_profile_info_request.rb
moneta-api-1.2.1 lib/moneta/api/requests/get_profile_info_request.rb
moneta-api-1.2.0 lib/moneta/api/requests/get_profile_info_request.rb