Method: ApiMaker::MemberCommandService#ids

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

#idsObject



24
25
26
# File 'app/services/api_maker/member_command_service.rb', line 24

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