Class: Moneta::Api::Requests::Profile::EditClientProfileRequest

Inherits:
EditProfileRequest show all
Defined in:
lib/moneta/api/requests/profile/edit_client_profile_request.rb

Overview

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

Instance Method Summary collapse

Methods inherited from EditProfileRequest

#unit_id

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#profileMoneta::Api::Types::Profile::Client

Returns Данные редактируемого пользователя. Данные представлены в виде "ключ-значение". / User profile information in the list of key-value pairs.

Returns:

  • (Moneta::Api::Types::Profile::Client)

    Данные редактируемого пользователя. Данные представлены в виде "ключ-значение". / User profile information in the list of key-value pairs.



11
# File 'lib/moneta/api/requests/profile/edit_client_profile_request.rb', line 11

property :profile, type: Moneta::Api::Types::Profile::Client