Class: Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN
- Defined in:
- sig/peddler/reports/selling_partner_market_basket_analysis.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#combination_pct ⇒ Float
readonly
Returns the value of attribute combination_pct.
-
#end_date ⇒ Date
readonly
Returns the value of attribute end_date.
-
#purchased_with_asin ⇒ String
readonly
Returns the value of attribute purchased_with_asin.
-
#purchased_with_rank ⇒ Integer
readonly
Returns the value of attribute purchased_with_rank.
-
#start_date ⇒ Date
readonly
Returns the value of attribute start_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :combination_pct, :end_date, :purchased_with_asin, :purchased_with_rank, :start_date ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN
Instance Method Summary collapse
-
#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 }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
14 15 16 |
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 14 def asin @asin end |
#combination_pct ⇒ Float (readonly)
Returns the value of attribute combination_pct.
15 16 17 |
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 15 def combination_pct @combination_pct end |
#end_date ⇒ Date (readonly)
Returns the value of attribute end_date.
16 17 18 |
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 16 def end_date @end_date end |
#purchased_with_asin ⇒ String (readonly)
Returns the value of attribute purchased_with_asin.
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_rank ⇒ Integer (readonly)
Returns the value of attribute purchased_with_rank.
18 19 20 |
# File 'sig/peddler/reports/selling_partner_market_basket_analysis.rbs', line 18 def purchased_with_rank @purchased_with_rank end |
#start_date ⇒ Date (readonly)
Returns the value of attribute start_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
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 ]
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
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
|
.parse ⇒ Peddler::Reports::SellingPartnerMarketBasketAnalysis::DetailsByASIN
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 ]
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 }
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 }
|