Class: Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asin_click_countInteger (readonly)

Returns the value of attribute asin_click_count.

Returns:

  • (Integer)


110
111
112
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 110

def asin_click_count
  @asin_click_count
end

#asin_click_shareFloat (readonly)

Returns the value of attribute asin_click_share.

Returns:

  • (Float)


111
112
113
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 111

def asin_click_share
  @asin_click_share
end

#asin_median_click_pricePeddler::Money (readonly)

Returns the value of attribute asin_median_click_price.

Returns:



112
113
114
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 112

def asin_median_click_price
  @asin_median_click_price
end

#total_click_countInteger (readonly)

Returns the value of attribute total_click_count.

Returns:

  • (Integer)


113
114
115
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 113

def total_click_count
  @total_click_count
end

#total_click_rateFloat (readonly)

Returns the value of attribute total_click_rate.

Returns:

  • (Float)


114
115
116
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 114

def total_click_rate
  @total_click_rate
end

#total_median_click_pricePeddler::Money (readonly)

Returns the value of attribute total_median_click_price.

Returns:



115
116
117
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 115

def total_median_click_price
  @total_median_click_price
end

#total_one_day_shipping_click_countInteger (readonly)

Returns the value of attribute total_one_day_shipping_click_count.

Returns:

  • (Integer)


116
117
118
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 116

def total_one_day_shipping_click_count
  @total_one_day_shipping_click_count
end

#total_same_day_shipping_click_countInteger (readonly)

Returns the value of attribute total_same_day_shipping_click_count.

Returns:

  • (Integer)


117
118
119
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 117

def total_same_day_shipping_click_count
  @total_same_day_shipping_click_count
end

#total_two_day_shipping_click_countInteger (readonly)

Returns the value of attribute total_two_day_shipping_click_count.

Returns:

  • (Integer)


118
119
120
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 118

def total_two_day_shipping_click_count
  @total_two_day_shipping_click_count
end

Class Method Details

.[](asin_click_count:, asin_click_share:, asin_median_click_price:, total_click_count:, total_click_rate:, total_median_click_price:, total_one_day_shipping_click_count:, total_same_day_shipping_click_count:, total_two_day_shipping_click_count:) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData

Overloads:



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

def self.[]: (asin_click_count: Integer, asin_click_share: Float, asin_median_click_price: Peddler::Money, total_click_count: Integer, total_click_rate: Float, total_median_click_price: Peddler::Money, total_one_day_shipping_click_count: Integer, total_same_day_shipping_click_count: Integer, total_two_day_shipping_click_count: Integer) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData
| (Integer, Float, Peddler::Money, Integer, Float, Peddler::Money, Integer, Integer, Integer) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData

.members[ :asin_click_count, :asin_click_share, :asin_median_click_price, :total_click_count, :total_click_rate, :total_median_click_price, :total_one_day_shipping_click_count, :total_same_day_shipping_click_count, :total_two_day_shipping_click_count ]

Returns:

  • ([ :asin_click_count, :asin_click_share, :asin_median_click_price, :total_click_count, :total_click_rate, :total_median_click_price, :total_one_day_shipping_click_count, :total_same_day_shipping_click_count, :total_two_day_shipping_click_count ])


106
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 106

def self.members: () -> [ :asin_click_count, :asin_click_share, :asin_median_click_price, :total_click_count, :total_click_rate, :total_median_click_price, :total_one_day_shipping_click_count, :total_same_day_shipping_click_count, :total_two_day_shipping_click_count ]

.new(asin_click_count:, asin_click_share:, asin_median_click_price:, total_click_count:, total_click_rate:, total_median_click_price:, total_one_day_shipping_click_count:, total_same_day_shipping_click_count:, total_two_day_shipping_click_count:) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData

Overloads:



101
102
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 101

def self.new: (asin_click_count: Integer, asin_click_share: Float, asin_median_click_price: Peddler::Money, total_click_count: Integer, total_click_rate: Float, total_median_click_price: Peddler::Money, total_one_day_shipping_click_count: Integer, total_same_day_shipping_click_count: Integer, total_two_day_shipping_click_count: Integer) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData
| (Integer, Float, Peddler::Money, Integer, Float, Peddler::Money, Integer, Integer, Integer) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData

.parsePeddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceClickData

Parameters:

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

Returns:



108
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 108

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

Instance Method Details

#members[ :asin_click_count, :asin_click_share, :asin_median_click_price, :total_click_count, :total_click_rate, :total_median_click_price, :total_one_day_shipping_click_count, :total_same_day_shipping_click_count, :total_two_day_shipping_click_count ]

Returns:

  • ([ :asin_click_count, :asin_click_share, :asin_median_click_price, :total_click_count, :total_click_rate, :total_median_click_price, :total_one_day_shipping_click_count, :total_same_day_shipping_click_count, :total_two_day_shipping_click_count ])


120
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 120

def members: () -> [ :asin_click_count, :asin_click_share, :asin_median_click_price, :total_click_count, :total_click_rate, :total_median_click_price, :total_one_day_shipping_click_count, :total_same_day_shipping_click_count, :total_two_day_shipping_click_count ]

#to_h{ asin_click_count: Integer, asin_click_share: Float, asin_median_click_price: Peddler::Money, total_click_count: Integer, total_click_rate: Float, total_median_click_price: Peddler::Money, total_one_day_shipping_click_count: Integer, total_same_day_shipping_click_count: Integer, total_two_day_shipping_click_count: Integer }

Returns:

  • ({ asin_click_count: Integer, asin_click_share: Float, asin_median_click_price: Peddler::Money, total_click_count: Integer, total_click_rate: Float, total_median_click_price: Peddler::Money, total_one_day_shipping_click_count: Integer, total_same_day_shipping_click_count: Integer, total_two_day_shipping_click_count: Integer })


121
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 121

def to_h: () -> { asin_click_count: Integer, asin_click_share: Float, asin_median_click_price: Peddler::Money, total_click_count: Integer, total_click_rate: Float, total_median_click_price: Peddler::Money, total_one_day_shipping_click_count: Integer, total_same_day_shipping_click_count: Integer, total_two_day_shipping_click_count: Integer }