Class: Peddler::APIs::Reports20210630::ReportScheduleList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::ReportScheduleList
- Defined in:
- sig/peddler/apis/reports_2021_06_30.rbs
Instance Attribute Summary collapse
-
#report_schedules ⇒ Array[Peddler::APIs::Reports20210630::ReportSchedule]
readonly
Returns the value of attribute report_schedules.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :report_schedules ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::ReportScheduleList
Instance Method Summary collapse
-
#members ⇒ [ :report_schedules ]
-
#to_h ⇒ { report_schedules: Array[Peddler::APIs::Reports20210630::ReportSchedule] }
Instance Attribute Details
#report_schedules ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::Reports20210630::ReportScheduleList
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 ]
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] }
209 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 209
def to_h: () -> { report_schedules: Array[Peddler::APIs::Reports20210630::ReportSchedule] }
|