Class: Peddler::Reports::VendorForecasting::ForecastByASIN
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::VendorForecasting::ForecastByASIN
- Defined in:
- sig/peddler/reports/vendor_forecasting.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#end_date ⇒ Date
readonly
Returns the value of attribute end_date.
-
#forecast_generation_date ⇒ Date
readonly
Returns the value of attribute forecast_generation_date.
-
#mean_forecast_units ⇒ Float
readonly
Returns the value of attribute mean_forecast_units.
-
#p70_forecast_units ⇒ Float
readonly
Returns the value of attribute p70_forecast_units.
-
#p80_forecast_units ⇒ Float
readonly
Returns the value of attribute p80_forecast_units.
-
#p90_forecast_units ⇒ Float
readonly
Returns the value of attribute p90_forecast_units.
-
#start_date ⇒ Date
readonly
Returns the value of attribute start_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :end_date, :forecast_generation_date, :mean_forecast_units, :p70_forecast_units, :p80_forecast_units, :p90_forecast_units, :start_date ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::VendorForecasting::ForecastByASIN
Instance Method Summary collapse
-
#members ⇒ [ :asin, :end_date, :forecast_generation_date, :mean_forecast_units, :p70_forecast_units, :p80_forecast_units, :p90_forecast_units, :start_date ]
-
#to_h ⇒ { asin: String, end_date: Date, forecast_generation_date: Date, mean_forecast_units: Float, p70_forecast_units: Float, p80_forecast_units: Float, p90_forecast_units: Float, start_date: Date }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
14 15 16 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 14 def asin @asin end |
#end_date ⇒ Date (readonly)
Returns the value of attribute end_date.
15 16 17 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 15 def end_date @end_date end |
#forecast_generation_date ⇒ Date (readonly)
Returns the value of attribute forecast_generation_date.
16 17 18 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 16 def forecast_generation_date @forecast_generation_date end |
#mean_forecast_units ⇒ Float (readonly)
Returns the value of attribute mean_forecast_units.
17 18 19 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 17 def mean_forecast_units @mean_forecast_units end |
#p70_forecast_units ⇒ Float (readonly)
Returns the value of attribute p70_forecast_units.
18 19 20 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 18 def p70_forecast_units @p70_forecast_units end |
#p80_forecast_units ⇒ Float (readonly)
Returns the value of attribute p80_forecast_units.
19 20 21 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 19 def p80_forecast_units @p80_forecast_units end |
#p90_forecast_units ⇒ Float (readonly)
Returns the value of attribute p90_forecast_units.
20 21 22 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 20 def p90_forecast_units @p90_forecast_units end |
#start_date ⇒ Date (readonly)
Returns the value of attribute start_date.
21 22 23 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 21 def start_date @start_date end |
Class Method Details
.[](asin:, end_date:, forecast_generation_date:, mean_forecast_units:, p70_forecast_units:, p80_forecast_units:, p90_forecast_units:, start_date:) ⇒ Peddler::Reports::VendorForecasting::ForecastByASIN .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::Reports::VendorForecasting::ForecastByASIN
7 8 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 7
def self.[]: (asin: String, end_date: Date, forecast_generation_date: Date, mean_forecast_units: Float, p70_forecast_units: Float, p80_forecast_units: Float, p90_forecast_units: Float, start_date: Date) -> Peddler::Reports::VendorForecasting::ForecastByASIN
| (String, Date, Date, Float, Float, Float, Float, Date) -> Peddler::Reports::VendorForecasting::ForecastByASIN
|
.members ⇒ [ :asin, :end_date, :forecast_generation_date, :mean_forecast_units, :p70_forecast_units, :p80_forecast_units, :p90_forecast_units, :start_date ]
10 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 10
def self.members: () -> [ :asin, :end_date, :forecast_generation_date, :mean_forecast_units, :p70_forecast_units, :p80_forecast_units, :p90_forecast_units, :start_date ]
|
.new(asin:, end_date:, forecast_generation_date:, mean_forecast_units:, p70_forecast_units:, p80_forecast_units:, p90_forecast_units:, start_date:) ⇒ Peddler::Reports::VendorForecasting::ForecastByASIN .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::Reports::VendorForecasting::ForecastByASIN
5 6 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 5
def self.new: (asin: String, end_date: Date, forecast_generation_date: Date, mean_forecast_units: Float, p70_forecast_units: Float, p80_forecast_units: Float, p90_forecast_units: Float, start_date: Date) -> Peddler::Reports::VendorForecasting::ForecastByASIN
| (String, Date, Date, Float, Float, Float, Float, Date) -> Peddler::Reports::VendorForecasting::ForecastByASIN
|
.parse ⇒ Peddler::Reports::VendorForecasting::ForecastByASIN
12 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::VendorForecasting::ForecastByASIN
|
Instance Method Details
#members ⇒ [ :asin, :end_date, :forecast_generation_date, :mean_forecast_units, :p70_forecast_units, :p80_forecast_units, :p90_forecast_units, :start_date ]
23 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 23
def members: () -> [ :asin, :end_date, :forecast_generation_date, :mean_forecast_units, :p70_forecast_units, :p80_forecast_units, :p90_forecast_units, :start_date ]
|
#to_h ⇒ { asin: String, end_date: Date, forecast_generation_date: Date, mean_forecast_units: Float, p70_forecast_units: Float, p80_forecast_units: Float, p90_forecast_units: Float, start_date: Date }
24 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 24
def to_h: () -> { asin: String, end_date: Date, forecast_generation_date: Date, mean_forecast_units: Float, p70_forecast_units: Float, p80_forecast_units: Float, p90_forecast_units: Float, start_date: Date }
|