Method: ApiMaker::UpdateCommandService#ids
- Defined in:
- app/services/api_maker/update_command_service.rb
#ids ⇒ Object
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 |