Class: Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString (readonly)

Returns the value of attribute asin.

Returns:

  • (String)


14
15
16
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 14

def asin
  @asin
end

#combination_pctFloat (readonly)

Returns the value of attribute combination_pct.

Returns:

  • (Float)


15
16
17
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 15

def combination_pct
  @combination_pct
end

#end_dateDate (readonly)

Returns the value of attribute end_date.

Returns:

  • (Date)


16
17
18
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 16

def end_date
  @end_date
end

#purchased_with_asinString (readonly)

Returns the value of attribute purchased_with_asin.

Returns:

  • (String)


17
18
19
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 17

def purchased_with_asin
  @purchased_with_asin
end

#purchased_with_rankInteger (readonly)

Returns the value of attribute purchased_with_rank.

Returns:

  • (Integer)


18
19
20
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 18

def purchased_with_rank
  @purchased_with_rank
end

#start_dateDate (readonly)

Returns the value of attribute start_date.

Returns:

  • (Date)


19
20
21
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 19

def start_date
  @start_date
end

Class Method Details

.[](asin:, combination_pct:, end_date:, purchased_with_asin:, purchased_with_rank:, start_date:) ⇒ Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN

Overloads:



7
8
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 7

def self.[]: (asin: String, combination_pct: Float, end_date: Date, purchased_with_asin: String, purchased_with_rank: Integer, start_date: Date) -> Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN
| (String, Float, Date, String, Integer, Date) -> Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN

.members[ :asin, :combination_pct, :end_date, :purchased_with_asin, :purchased_with_rank, :start_date ]

Returns:

  • ([ :asin, :combination_pct, :end_date, :purchased_with_asin, :purchased_with_rank, :start_date ])


10
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 10

def self.members: () -> [ :asin, :combination_pct, :end_date, :purchased_with_asin, :purchased_with_rank, :start_date ]

.new(asin:, combination_pct:, end_date:, purchased_with_asin:, purchased_with_rank:, start_date:) ⇒ Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN

Overloads:



5
6
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 5

def self.new: (asin: String, combination_pct: Float, end_date: Date, purchased_with_asin: String, purchased_with_rank: Integer, start_date: Date) -> Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN
| (String, Float, Date, String, Integer, Date) -> Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN

.parsePeddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN

Parameters:

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

Returns:



12
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 12

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

Instance Method Details

#members[ :asin, :combination_pct, :end_date, :purchased_with_asin, :purchased_with_rank, :start_date ]

Returns:

  • ([ :asin, :combination_pct, :end_date, :purchased_with_asin, :purchased_with_rank, :start_date ])


21
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 21

def members: () -> [ :asin, :combination_pct, :end_date, :purchased_with_asin, :purchased_with_rank, :start_date ]

#to_h{ asin: String, combination_pct: Float, end_date: Date, purchased_with_asin: String, purchased_with_rank: Integer, start_date: Date }

Returns:

  • ({ asin: String, combination_pct: Float, end_date: Date, purchased_with_asin: String, purchased_with_rank: Integer, start_date: Date })


22
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 22

def to_h: () -> { asin: String, combination_pct: Float, end_date: Date, purchased_with_asin: String, purchased_with_rank: Integer, start_date: Date }