class Arpa::Services::Profiles::ProfileManagerUpdater
Public Instance Methods
update(params, callback)
click to toggle source
# File lib/arpa/services/profiles/profile_manager_updater.rb, line 7 def update(params, callback) manager_action callback do profile_updater.update(params[:profile]) end end
Private Instance Methods
profile_updater()
click to toggle source
# File lib/arpa/services/profiles/profile_manager_updater.rb, line 15 def profile_updater @profile_updater ||= Arpa::Services::Profiles::Update::ProfileUpdater.new end