Class: Peddler::APIs::Reports20210630::GetReportsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::GetReportsResponse
- Defined in:
- sig/peddler/apis/reports_2021_06_30.rbs
Instance Attribute Summary collapse
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
-
#reports ⇒ Array[Peddler::APIs::Reports20210630::Report]
readonly
Returns the value of attribute reports.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :reports, :next_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::GetReportsResponse
Instance Method Summary collapse
-
#members ⇒ [ :reports, :next_token ]
-
#to_h ⇒ { reports: Array[Peddler::APIs::Reports20210630::Report], next_token: String? }
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
120 121 122 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 120 def next_token @next_token end |
#reports ⇒ Array[Peddler::APIs::Reports20210630::Report] (readonly)
Returns the value of attribute reports.
121 122 123 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 121 def reports @reports end |
Class Method Details
.[](reports:, next_token:) ⇒ Peddler::APIs::Reports20210630::GetReportsResponse .[](arg0, arg1) ⇒ Peddler::APIs::Reports20210630::GetReportsResponse
113 114 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 113
def self.[]: (reports: Array[Peddler::APIs::Reports20210630::Report], ?next_token: String?) -> Peddler::APIs::Reports20210630::GetReportsResponse
| (Array[Peddler::APIs::Reports20210630::Report], String?) -> Peddler::APIs::Reports20210630::GetReportsResponse
|
.members ⇒ [ :reports, :next_token ]
116 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 116
def self.members: () -> [ :reports, :next_token ]
|
.new(reports:, next_token:) ⇒ Peddler::APIs::Reports20210630::GetReportsResponse .new(arg0, arg1) ⇒ Peddler::APIs::Reports20210630::GetReportsResponse
111 112 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 111
def self.new: (reports: Array[Peddler::APIs::Reports20210630::Report], ?next_token: String?) -> Peddler::APIs::Reports20210630::GetReportsResponse
| (Array[Peddler::APIs::Reports20210630::Report], String?) -> Peddler::APIs::Reports20210630::GetReportsResponse
|
.parse ⇒ Peddler::APIs::Reports20210630::GetReportsResponse
118 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 118
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::GetReportsResponse
|
Instance Method Details
#members ⇒ [ :reports, :next_token ]
123 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 123
def members: () -> [ :reports, :next_token ]
|
#to_h ⇒ { reports: Array[Peddler::APIs::Reports20210630::Report], next_token: String? }
124 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 124
def to_h: () -> { reports: Array[Peddler::APIs::Reports20210630::Report], next_token: String? }
|