Class: Peddler::Reports::EndUserData::Report
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::EndUserData::Report
- Defined in:
- sig/peddler/reports/end_user_data.rbs
Instance Attribute Summary collapse
-
#end_user_data ⇒ Array[Peddler::Reports::EndUserData::EndUserData]
readonly
Returns the value of attribute end_user_data.
-
#report_specification ⇒ Peddler::Reports::EndUserData::ReportSpecification
readonly
Returns the value of attribute report_specification.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :end_user_data, :report_specification ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::EndUserData::Report
Instance Method Summary collapse
-
#members ⇒ [ :end_user_data, :report_specification ]
-
#to_h ⇒ { end_user_data: Array[Peddler::Reports::EndUserData::EndUserData], report_specification: Peddler::Reports::EndUserData::ReportSpecification }
Instance Attribute Details
#end_user_data ⇒ Array[Peddler::Reports::EndUserData::EndUserData] (readonly)
Returns the value of attribute end_user_data.
55 56 57 |
# File 'sig/peddler/reports/end_user_data.rbs', line 55 def end_user_data @end_user_data end |
#report_specification ⇒ Peddler::Reports::EndUserData::ReportSpecification (readonly)
Returns the value of attribute report_specification.
56 57 58 |
# File 'sig/peddler/reports/end_user_data.rbs', line 56 def report_specification @report_specification end |
Class Method Details
.[](end_user_data:, report_specification:) ⇒ Peddler::Reports::EndUserData::Report .[](arg0, arg1) ⇒ Peddler::Reports::EndUserData::Report
48 49 |
# File 'sig/peddler/reports/end_user_data.rbs', line 48
def self.[]: (end_user_data: Array[Peddler::Reports::EndUserData::EndUserData], report_specification: Peddler::Reports::EndUserData::ReportSpecification) -> Peddler::Reports::EndUserData::Report
| (Array[Peddler::Reports::EndUserData::EndUserData], Peddler::Reports::EndUserData::ReportSpecification) -> Peddler::Reports::EndUserData::Report
|
.members ⇒ [ :end_user_data, :report_specification ]
51 |
# File 'sig/peddler/reports/end_user_data.rbs', line 51
def self.members: () -> [ :end_user_data, :report_specification ]
|
.new(end_user_data:, report_specification:) ⇒ Peddler::Reports::EndUserData::Report .new(arg0, arg1) ⇒ Peddler::Reports::EndUserData::Report
46 47 |
# File 'sig/peddler/reports/end_user_data.rbs', line 46
def self.new: (end_user_data: Array[Peddler::Reports::EndUserData::EndUserData], report_specification: Peddler::Reports::EndUserData::ReportSpecification) -> Peddler::Reports::EndUserData::Report
| (Array[Peddler::Reports::EndUserData::EndUserData], Peddler::Reports::EndUserData::ReportSpecification) -> Peddler::Reports::EndUserData::Report
|
.parse ⇒ Peddler::Reports::EndUserData::Report
53 |
# File 'sig/peddler/reports/end_user_data.rbs', line 53
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::EndUserData::Report
|
Instance Method Details
#members ⇒ [ :end_user_data, :report_specification ]
58 |
# File 'sig/peddler/reports/end_user_data.rbs', line 58
def members: () -> [ :end_user_data, :report_specification ]
|
#to_h ⇒ { end_user_data: Array[Peddler::Reports::EndUserData::EndUserData], report_specification: Peddler::Reports::EndUserData::ReportSpecification }
59 |
# File 'sig/peddler/reports/end_user_data.rbs', line 59
def to_h: () -> { end_user_data: Array[Peddler::Reports::EndUserData::EndUserData], report_specification: Peddler::Reports::EndUserData::ReportSpecification }
|