Class: Peddler::Reports::VendorForecasting::ReportSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::VendorForecasting::ReportSpecification
- Defined in:
- sig/peddler/reports/vendor_forecasting.rbs
Instance Attribute Summary collapse
-
#last_updated_date ⇒ Date
readonly
Returns the value of attribute last_updated_date.
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
-
#report_options ⇒ Peddler::Reports::VendorForecasting::ReportOptions
readonly
Returns the value of attribute report_options.
-
#report_type ⇒ String
readonly
Returns the value of attribute report_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :last_updated_date, :marketplace_ids, :report_options, :report_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::VendorForecasting::ReportSpecification
Instance Method Summary collapse
-
#members ⇒ [ :last_updated_date, :marketplace_ids, :report_options, :report_type ]
-
#to_h ⇒ { last_updated_date: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorForecasting::ReportOptions, report_type: String }
Instance Attribute Details
#last_updated_date ⇒ Date (readonly)
Returns the value of attribute last_updated_date.
70 71 72 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 70 def last_updated_date @last_updated_date end |
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
71 72 73 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 71 def marketplace_ids @marketplace_ids end |
#report_options ⇒ Peddler::Reports::VendorForecasting::ReportOptions (readonly)
Returns the value of attribute report_options.
72 73 74 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 72 def @report_options end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
73 74 75 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 73 def report_type @report_type end |
Class Method Details
.[](last_updated_date:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::VendorForecasting::ReportSpecification .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Reports::VendorForecasting::ReportSpecification
63 64 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 63
def self.[]: (last_updated_date: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorForecasting::ReportOptions, report_type: String) -> Peddler::Reports::VendorForecasting::ReportSpecification
| (Date, Array[String], Peddler::Reports::VendorForecasting::ReportOptions, String) -> Peddler::Reports::VendorForecasting::ReportSpecification
|
.members ⇒ [ :last_updated_date, :marketplace_ids, :report_options, :report_type ]
66 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 66
def self.members: () -> [ :last_updated_date, :marketplace_ids, :report_options, :report_type ]
|
.new(last_updated_date:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::VendorForecasting::ReportSpecification .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Reports::VendorForecasting::ReportSpecification
61 62 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 61
def self.new: (last_updated_date: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorForecasting::ReportOptions, report_type: String) -> Peddler::Reports::VendorForecasting::ReportSpecification
| (Date, Array[String], Peddler::Reports::VendorForecasting::ReportOptions, String) -> Peddler::Reports::VendorForecasting::ReportSpecification
|
.parse ⇒ Peddler::Reports::VendorForecasting::ReportSpecification
68 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 68
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::VendorForecasting::ReportSpecification
|
Instance Method Details
#members ⇒ [ :last_updated_date, :marketplace_ids, :report_options, :report_type ]
75 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 75
def members: () -> [ :last_updated_date, :marketplace_ids, :report_options, :report_type ]
|
#to_h ⇒ { last_updated_date: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorForecasting::ReportOptions, report_type: String }
76 |
# File 'sig/peddler/reports/vendor_forecasting.rbs', line 76
def to_h: () -> { last_updated_date: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorForecasting::ReportOptions, report_type: String }
|