Class: Peddler::Reports::VendorForecasting::Report
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::VendorForecasting::Report
- Defined in:
- sig/peddler/reports/vendor_forecasting.rbs
Instance Attribute Summary collapse
-
#forecast_by_asin ⇒ Array[Peddler::Reports::VendorForecasting::ForecastByASIN]
readonly
Returns the value of attribute forecast_by_asin.
-
#report_specification ⇒ Peddler::Reports::VendorForecasting::ReportSpecification
readonly
Returns the value of attribute report_specification.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :forecast_by_asin, :report_specification ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::VendorForecasting::Report
Instance Method Summary collapse
-
#members ⇒ [ :forecast_by_asin, :report_specification ]
-
#to_h ⇒ { forecast_by_asin: Array[Peddler::Reports::VendorForecasting::ForecastByASIN], report_specification: Peddler::Reports::VendorForecasting::ReportSpecification }
Instance Attribute Details
#forecast_by_asin ⇒ Array[Peddler::Reports::VendorForecasting::ForecastByASIN] (readonly)
Returns the value of attribute forecast_by_asin.
37 38 39 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 37 def forecast_by_asin @forecast_by_asin end |
#report_specification ⇒ Peddler::Reports::VendorForecasting::ReportSpecification (readonly)
Returns the value of attribute report_specification.
38 39 40 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 38 def report_specification @report_specification end |
Class Method Details
.[](forecast_by_asin:, report_specification:) ⇒ Peddler::Reports::VendorForecasting::Report .[](arg0, arg1) ⇒ Peddler::Reports::VendorForecasting::Report
30 31 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 30
def self.[]: (forecast_by_asin: Array[Peddler::Reports::VendorForecasting::ForecastByASIN], report_specification: Peddler::Reports::VendorForecasting::ReportSpecification) -> Peddler::Reports::VendorForecasting::Report
| (Array[Peddler::Reports::VendorForecasting::ForecastByASIN], Peddler::Reports::VendorForecasting::ReportSpecification) -> Peddler::Reports::VendorForecasting::Report
|
.members ⇒ [ :forecast_by_asin, :report_specification ]
33 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 33
def self.members: () -> [ :forecast_by_asin, :report_specification ]
|
.new(forecast_by_asin:, report_specification:) ⇒ Peddler::Reports::VendorForecasting::Report .new(arg0, arg1) ⇒ Peddler::Reports::VendorForecasting::Report
28 29 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 28
def self.new: (forecast_by_asin: Array[Peddler::Reports::VendorForecasting::ForecastByASIN], report_specification: Peddler::Reports::VendorForecasting::ReportSpecification) -> Peddler::Reports::VendorForecasting::Report
| (Array[Peddler::Reports::VendorForecasting::ForecastByASIN], Peddler::Reports::VendorForecasting::ReportSpecification) -> Peddler::Reports::VendorForecasting::Report
|
.parse ⇒ Peddler::Reports::VendorForecasting::Report
35 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 35
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::VendorForecasting::Report
|
Instance Method Details
#members ⇒ [ :forecast_by_asin, :report_specification ]
40 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 40
def members: () -> [ :forecast_by_asin, :report_specification ]
|
#to_h ⇒ { forecast_by_asin: Array[Peddler::Reports::VendorForecasting::ForecastByASIN], report_specification: Peddler::Reports::VendorForecasting::ReportSpecification }
41 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 41
def to_h: () -> { forecast_by_asin: Array[Peddler::Reports::VendorForecasting::ForecastByASIN], report_specification: Peddler::Reports::VendorForecasting::ReportSpecification }
|