Class: Moneta::Api::Requests::GetProfileInfoRequest
- Inherits:
-
Object
- Object
- Moneta::Api::Requests::GetProfileInfoRequest
- 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
-
#unit_id ⇒ Integer
ID пользователя в системе МОНЕТА.РУ.
Methods included from DataMapper
Instance Method Details
#unit_id ⇒ Integer
Returns 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 |