Class: Moneta::Api::Requests::GetProfileInfoRequest

Inherits:
Object
  • Object
show all
Includes:
DataMapper
Defined in:
lib/moneta/api/requests/get_profile_info_request.rb

Overview

Запрос на получение данных пользователя по 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.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#unit_idInteger

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

Returns:

  • (Integer)

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



15
# File 'lib/moneta/api/requests/get_profile_info_request.rb', line 15

property :unit_id