Class: Peddler::Reports::Promotion::ReportSpecification

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


106
107
108
# File 'sig/peddler/reports/promotion.rbs', line 106

def marketplace_ids
  @marketplace_ids
end

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

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::Reports::Promotion::ReportSpecification

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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 }