Class: Peddler::Reports::Promotion::ReportSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::Promotion::ReportSpecification
- Defined in:
- sig/peddler/reports/promotion.rbs
Instance Attribute Summary collapse
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
-
#report_options ⇒ Peddler::Reports::Promotion::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 ⇒ [ :marketplace_ids, :report_options, :report_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::Promotion::ReportSpecification
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_ids, :report_options, :report_type ]
-
#to_h ⇒ { marketplace_ids: Array[String], report_options: Peddler::Reports::Promotion::ReportOptions, report_type: String }
Instance Attribute Details
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
106 107 108 |
# File 'sig/peddler/reports/promotion.rbs', line 106 def marketplace_ids @marketplace_ids end |
#report_options ⇒ Peddler::Reports::Promotion::ReportOptions (readonly)
Returns the value of attribute report_options.
107 108 109 |
# File 'sig/peddler/reports/promotion.rbs', line 107 def @report_options end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
108 109 110 |
# File 'sig/peddler/reports/promotion.rbs', line 108 def report_type @report_type end |
Class Method Details
.[](marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::Promotion::ReportSpecification .[](arg0, arg1, arg2) ⇒ Peddler::Reports::Promotion::ReportSpecification
99 100 |
# File 'sig/peddler/reports/promotion.rbs', line 99
def self.[]: (marketplace_ids: Array[String], report_options: Peddler::Reports::Promotion::ReportOptions, report_type: String) -> Peddler::Reports::Promotion::ReportSpecification
| (Array[String], Peddler::Reports::Promotion::ReportOptions, String) -> Peddler::Reports::Promotion::ReportSpecification
|
.members ⇒ [ :marketplace_ids, :report_options, :report_type ]
102 |
# File 'sig/peddler/reports/promotion.rbs', line 102
def self.members: () -> [ :marketplace_ids, :report_options, :report_type ]
|
.new(marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::Promotion::ReportSpecification .new(arg0, arg1, arg2) ⇒ Peddler::Reports::Promotion::ReportSpecification
97 98 |
# File 'sig/peddler/reports/promotion.rbs', line 97
def self.new: (marketplace_ids: Array[String], report_options: Peddler::Reports::Promotion::ReportOptions, report_type: String) -> Peddler::Reports::Promotion::ReportSpecification
| (Array[String], Peddler::Reports::Promotion::ReportOptions, String) -> Peddler::Reports::Promotion::ReportSpecification
|
.parse ⇒ Peddler::Reports::Promotion::ReportSpecification
104 |
# File 'sig/peddler/reports/promotion.rbs', line 104
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::Promotion::ReportSpecification
|
Instance Method Details
#members ⇒ [ :marketplace_ids, :report_options, :report_type ]
110 |
# File 'sig/peddler/reports/promotion.rbs', line 110
def members: () -> [ :marketplace_ids, :report_options, :report_type ]
|
#to_h ⇒ { marketplace_ids: Array[String], report_options: Peddler::Reports::Promotion::ReportOptions, report_type: String }
111 |
# File 'sig/peddler/reports/promotion.rbs', line 111
def to_h: () -> { marketplace_ids: Array[String], report_options: Peddler::Reports::Promotion::ReportOptions, report_type: String }
|