Class: Moneta::Api::Requests::EditProfileRequest

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

Overview

Запрос на редактирование пользователя в системе МОНЕТА.РУ. Request for editing a MONETA.RU user profile.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#profileHashEntity

Returns Данные редактируемого пользователя. Данные представлены в виде "ключ-значение". / Ключи данных зависят от типа редактируемого пользователя (client или organization). / User profile information in the list of key-value pairs. The list of supported keys depends on ProfileType.

Returns:

  • (HashEntity)

    Данные редактируемого пользователя. Данные представлены в виде "ключ-значение". / Ключи данных зависят от типа редактируемого пользователя (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_idInteger

Returns ID пользователя в системе МОНЕТА.РУ, данные которого надо отредактировать. The unique identifier of the MONETA.RU user that you want to edit.

Returns:

  • (Integer)

    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