Mapper between a HTTParty response and a list of Builds
6 7 8
# File 'lib/connector_kit/mappers/build_list_mapper.rb', line 6 def map(data) data.map { |build| Build.new(build) } end