Class: Peddler::APIs::Reports20210630::ReportList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/reports_2021_06_30/report_list.rb

Overview

A list of reports.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/reports_2021_06_30/report_list.rb', line 11

def parse(array)
  new(array.map { |item| Report.parse(item) })
end