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])


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

def marketplace_ids
  @marketplace_ids
end

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

Returns the value of attribute report_options.



108
109
110
# File 'sig/peddler/reports/promotion.rbs', line 108

def report_options
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


109
110
111
# File 'sig/peddler/reports/promotion.rbs', line 109

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:



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

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 ])


103
# File 'sig/peddler/reports/promotion.rbs', line 103

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:



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

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:



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

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 ])


111
# File 'sig/peddler/reports/promotion.rbs', line 111

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

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

Returns:



112
# File 'sig/peddler/reports/promotion.rbs', line 112

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