Class: Peddler::APIs::Reports20210630::ReportScheduleList

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/reports_2021_06_30.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#report_schedulesArray[Peddler::APIs::Reports20210630::ReportSchedule] (readonly)

Returns the value of attribute report_schedules.



206
207
208
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 206

def report_schedules
  @report_schedules
end

Class Method Details

.[](report_schedules:) ⇒ Peddler::APIs::Reports20210630::ReportScheduleList .[](arg0) ⇒ Peddler::APIs::Reports20210630::ReportScheduleList



199
200
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 199

def self.[]: (report_schedules: Array[Peddler::APIs::Reports20210630::ReportSchedule]) -> Peddler::APIs::Reports20210630::ReportScheduleList
| (Array[Peddler::APIs::Reports20210630::ReportSchedule]) -> Peddler::APIs::Reports20210630::ReportScheduleList

.members[ :report_schedules ]

Returns:

  • ([ :report_schedules ])


202
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 202

def self.members: () -> [ :report_schedules ]

.new(report_schedules:) ⇒ Peddler::APIs::Reports20210630::ReportScheduleList .new(arg0) ⇒ Peddler::APIs::Reports20210630::ReportScheduleList



197
198
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 197

def self.new: (report_schedules: Array[Peddler::APIs::Reports20210630::ReportSchedule]) -> Peddler::APIs::Reports20210630::ReportScheduleList
| (Array[Peddler::APIs::Reports20210630::ReportSchedule]) -> Peddler::APIs::Reports20210630::ReportScheduleList

.parsePeddler::APIs::Reports20210630::ReportScheduleList

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



204
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 204

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::ReportScheduleList

Instance Method Details

#members[ :report_schedules ]

Returns:

  • ([ :report_schedules ])


208
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 208

def members: () -> [ :report_schedules ]

#to_h{ report_schedules: Array[Peddler::APIs::Reports20210630::ReportSchedule] }

Returns:



209
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 209

def to_h: () -> { report_schedules: Array[Peddler::APIs::Reports20210630::ReportSchedule] }