Class: Peddler::Reports::VendorCoupon::ReportSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::VendorCoupon::ReportSpecification
- Defined in:
- sig/peddler/reports/vendor_coupon.rbs
Instance Attribute Summary collapse
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
-
#report_options ⇒ Peddler::Reports::VendorCoupon::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::VendorCoupon::ReportSpecification
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_ids, :report_options, :report_type ]
-
#to_h ⇒ { marketplace_ids: Array[String], report_options: Peddler::Reports::VendorCoupon::ReportOptions, report_type: String }
Instance Attribute Details
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
128 129 130 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 128 def marketplace_ids @marketplace_ids end |
#report_options ⇒ Peddler::Reports::VendorCoupon::ReportOptions (readonly)
Returns the value of attribute report_options.
129 130 131 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 129 def @report_options end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
130 131 132 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 130 def report_type @report_type end |
Class Method Details
.[](marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::VendorCoupon::ReportSpecification .[](arg0, arg1, arg2) ⇒ Peddler::Reports::VendorCoupon::ReportSpecification
121 122 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 121
def self.[]: (marketplace_ids: Array[String], report_options: Peddler::Reports::VendorCoupon::ReportOptions, report_type: String) -> Peddler::Reports::VendorCoupon::ReportSpecification
| (Array[String], Peddler::Reports::VendorCoupon::ReportOptions, String) -> Peddler::Reports::VendorCoupon::ReportSpecification
|
.members ⇒ [ :marketplace_ids, :report_options, :report_type ]
124 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 124
def self.members: () -> [ :marketplace_ids, :report_options, :report_type ]
|
.new(marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::VendorCoupon::ReportSpecification .new(arg0, arg1, arg2) ⇒ Peddler::Reports::VendorCoupon::ReportSpecification
119 120 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 119
def self.new: (marketplace_ids: Array[String], report_options: Peddler::Reports::VendorCoupon::ReportOptions, report_type: String) -> Peddler::Reports::VendorCoupon::ReportSpecification
| (Array[String], Peddler::Reports::VendorCoupon::ReportOptions, String) -> Peddler::Reports::VendorCoupon::ReportSpecification
|
.parse ⇒ Peddler::Reports::VendorCoupon::ReportSpecification
126 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 126
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::VendorCoupon::ReportSpecification
|
Instance Method Details
#members ⇒ [ :marketplace_ids, :report_options, :report_type ]
132 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 132
def members: () -> [ :marketplace_ids, :report_options, :report_type ]
|
#to_h ⇒ { marketplace_ids: Array[String], report_options: Peddler::Reports::VendorCoupon::ReportOptions, report_type: String }
133 |
# File 'sig/peddler/reports/vendor_coupon.rbs', line 133
def to_h: () -> { marketplace_ids: Array[String], report_options: Peddler::Reports::VendorCoupon::ReportOptions, report_type: String }
|