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