Class: Moneta::Api::Requests::Profile::EditOrganizationProfileRequest

Inherits:
EditProfileRequest
  • Object
show all
Defined in:
lib/moneta/api/requests/profile/edit_organization_profile_request.rb

Overview

Запрос на редактирование пользователя с типом "организация" в системе МОНЕТА.РУ. Request for editing a MONETA.RU organization 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::Organization

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

Returns:

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

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



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

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