Method: ApiMaker::UpdateCommandService#perform

Defined in:
app/services/api_maker/update_command_service.rb

#performObject



2
3
4
5
6
7
8
9
10
11
12
# File 'app/services/api_maker/update_command_service.rb', line 2

def perform
  ApiMaker::UpdateCommand.execute_in_thread!(
    ability: ability,
    api_maker_args: api_maker_args,
    collection: collection,
    commands: commands,
    command_response: command_response,
    controller: controller
  )
  succeed!
end