Class: Peddler::APIs::Reports20210630::GetReportsResponse

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

#next_tokenString? (readonly)

Returns the value of attribute next_token.

Returns:

  • (String, nil)


120
121
122
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 120

def next_token
  @next_token
end

#reportsArray[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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::Reports20210630::GetReportsResponse

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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

def to_h: () -> { reports: Array[Peddler::APIs::Reports20210630::Report], next_token: String? }