Class: Peddler::Reports::VendorCoupon::ReportSpecification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/reports/vendor_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])


128
129
130
# File 'sig/peddler/reports/vendor_coupon.rbs', line 128

def marketplace_ids
  @marketplace_ids
end

#report_optionsPeddler::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
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::Reports::VendorCoupon::ReportSpecification

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:



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 }