Class: Peddler::APIs::Reports20210630::CreateReportResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::CreateReportResponse
- Defined in:
- sig/peddler/apis/reports_2021_06_30.rbs
Instance Attribute Summary collapse
-
#report_id ⇒ String
readonly
Returns the value of attribute report_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :report_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::CreateReportResponse
Instance Method Summary collapse
Instance Attribute Details
#report_id ⇒ String (readonly)
Returns the value of attribute report_id.
14 15 16 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 14 def report_id @report_id end |
Class Method Details
.[](report_id:) ⇒ Peddler::APIs::Reports20210630::CreateReportResponse .[](arg0) ⇒ Peddler::APIs::Reports20210630::CreateReportResponse
7 8 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 7
def self.[]: (report_id: String) -> Peddler::APIs::Reports20210630::CreateReportResponse
| (String) -> Peddler::APIs::Reports20210630::CreateReportResponse
|
.members ⇒ [ :report_id ]
10 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 10
def self.members: () -> [ :report_id ]
|
.new(report_id:) ⇒ Peddler::APIs::Reports20210630::CreateReportResponse .new(arg0) ⇒ Peddler::APIs::Reports20210630::CreateReportResponse
5 6 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 5
def self.new: (report_id: String) -> Peddler::APIs::Reports20210630::CreateReportResponse
| (String) -> Peddler::APIs::Reports20210630::CreateReportResponse
|
.parse ⇒ Peddler::APIs::Reports20210630::CreateReportResponse
12 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::CreateReportResponse
|
Instance Method Details
#members ⇒ [ :report_id ]
16 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 16
def members: () -> [ :report_id ]
|
#to_h ⇒ { report_id: String }
17 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 17
def to_h: () -> { report_id: String }
|