Method: ApiMaker::UpdateCommandService#ids

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

#idsObject



18
19
20
# File 'app/services/api_maker/update_command_service.rb', line 18

def ids
  @commands.values.map { |command| command.fetch("primary_key") }
end