Class: Peddler::Reports::SellerCoupon::ReportSpecification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/reports/seller_coupon.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#marketplace_idsArray[String] (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String])


100
101
102
# File 'sig/peddler/reports/seller_coupon.rbs', line 100

def marketplace_ids
  @marketplace_ids
end

#report_optionsPeddler::Reports::SellerCoupon::ReportOptions (readonly)

Returns the value of attribute report_options.



101
102
103
# File 'sig/peddler/reports/seller_coupon.rbs', line 101

def report_options
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


102
103
104
# File 'sig/peddler/reports/seller_coupon.rbs', line 102

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

Overloads:



93
94
# File 'sig/peddler/reports/seller_coupon.rbs', line 93

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 ]

Returns:

  • ([ :marketplace_ids, :report_options, :report_type ])


96
# File 'sig/peddler/reports/seller_coupon.rbs', line 96

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

Overloads:



91
92
# File 'sig/peddler/reports/seller_coupon.rbs', line 91

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

.parsePeddler::Reports::SellerCoupon::ReportSpecification

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



98
# File 'sig/peddler/reports/seller_coupon.rbs', line 98

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::SellerCoupon::ReportSpecification

Instance Method Details

#members[ :marketplace_ids, :report_options, :report_type ]

Returns:

  • ([ :marketplace_ids, :report_options, :report_type ])


104
# File 'sig/peddler/reports/seller_coupon.rbs', line 104

def members: () -> [ :marketplace_ids, :report_options, :report_type ]

#to_h{ marketplace_ids: Array[String], report_options: Peddler::Reports::SellerCoupon::ReportOptions, report_type: String }

Returns:



105
# File 'sig/peddler/reports/seller_coupon.rbs', line 105

def to_h: () -> { marketplace_ids: Array[String], report_options: Peddler::Reports::SellerCoupon::ReportOptions, report_type: String }