Class: Moneta::Api::Requests::EditProfileRequest
- Inherits:
-
Object
- Object
- Moneta::Api::Requests::EditProfileRequest
- Includes:
- DataMapper
- Defined in:
- lib/moneta/api/requests/edit_profile_request.rb
Overview
Запрос на редактирование пользователя в системе МОНЕТА.РУ. Request for editing a MONETA.RU user profile.
Direct Known Subclasses
Profile::EditClientProfileRequest, Profile::EditOrganizationProfileRequest
Instance Method Summary collapse
-
#profile ⇒ HashEntity
Данные редактируемого пользователя.
-
#unit_id ⇒ Integer
ID пользователя в системе МОНЕТА.РУ, данные которого надо отредактировать.
Methods included from DataMapper
Instance Method Details
#profile ⇒ HashEntity
Returns Данные редактируемого пользователя. Данные представлены в виде "ключ-значение". / Ключи данных зависят от типа редактируемого пользователя (client или organization). / User profile information in the list of key-value pairs. The list of supported keys depends on ProfileType.
21 |
# File 'lib/moneta/api/requests/edit_profile_request.rb', line 21 property :profile |
#unit_id ⇒ Integer
Returns ID пользователя в системе МОНЕТА.РУ, данные которого надо отредактировать. The unique identifier of the MONETA.RU user that you want to edit.
14 |
# File 'lib/moneta/api/requests/edit_profile_request.rb', line 14 property :unit_id |