Class: Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#data_end_timeDate (readonly)

Returns the value of attribute data_end_time.

Returns:

  • (Date)


70
71
72
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 70

def data_end_time
  @data_end_time
end

#data_start_timeDate (readonly)

Returns the value of attribute data_start_time.

Returns:

  • (Date)


71
72
73
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 71

def data_start_time
  @data_start_time
end

#marketplace_idsArray[String] (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String])


72
73
74
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 72

def marketplace_ids
  @marketplace_ids
end

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

Returns the value of attribute report_options.



73
74
75
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 73

def report_options
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


74
75
76
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 74

def report_type
  @report_type
end

Class Method Details

.[](data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification

Overloads:



63
64
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 63

def self.[]: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerRepeatPurchase::ReportOptions, report_type: String) -> Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellingPartnerRepeatPurchase::ReportOptions, String) -> Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification

.members[ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]

Returns:

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


66
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 66

def self.members: () -> [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]

.new(data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification

Overloads:



61
62
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 61

def self.new: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerRepeatPurchase::ReportOptions, report_type: String) -> Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellingPartnerRepeatPurchase::ReportOptions, String) -> Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification

.parsePeddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification

Parameters:

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

Returns:



68
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 68

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

Instance Method Details

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

Returns:

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


76
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 76

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

#to_h{ data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerRepeatPurchase::ReportOptions, report_type: String }

Returns:



77
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 77

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