Class: Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
- Defined in:
- sig/peddler/reports/selling_partner_search_catalog_performance.rbs
Instance Attribute Summary collapse
-
#click_count ⇒ Integer
readonly
Returns the value of attribute click_count.
-
#click_rate ⇒ Float
readonly
Returns the value of attribute click_rate.
-
#clicked_median_price ⇒ Peddler::Money
readonly
Returns the value of attribute clicked_median_price.
-
#one_day_shipping_click_count ⇒ Integer
readonly
Returns the value of attribute one_day_shipping_click_count.
-
#same_day_shipping_click_count ⇒ Integer
readonly
Returns the value of attribute same_day_shipping_click_count.
-
#two_day_shipping_click_count ⇒ Integer
readonly
Returns the value of attribute two_day_shipping_click_count.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :click_count, :click_rate, :clicked_median_price, :one_day_shipping_click_count, :same_day_shipping_click_count, :two_day_shipping_click_count ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
Instance Method Summary collapse
-
#members ⇒ [ :click_count, :click_rate, :clicked_median_price, :one_day_shipping_click_count, :same_day_shipping_click_count, :two_day_shipping_click_count ]
-
#to_h ⇒ { click_count: Integer, click_rate: Float, clicked_median_price: Peddler::Money, one_day_shipping_click_count: Integer, same_day_shipping_click_count: Integer, two_day_shipping_click_count: Integer }
Instance Attribute Details
#click_count ⇒ Integer (readonly)
Returns the value of attribute click_count.
88 89 90 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 88 def click_count @click_count end |
#click_rate ⇒ Float (readonly)
Returns the value of attribute click_rate.
89 90 91 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 89 def click_rate @click_rate end |
#clicked_median_price ⇒ Peddler::Money (readonly)
Returns the value of attribute clicked_median_price.
90 91 92 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 90 def clicked_median_price @clicked_median_price end |
#one_day_shipping_click_count ⇒ Integer (readonly)
Returns the value of attribute one_day_shipping_click_count.
91 92 93 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 91 def one_day_shipping_click_count @one_day_shipping_click_count end |
#same_day_shipping_click_count ⇒ Integer (readonly)
Returns the value of attribute same_day_shipping_click_count.
92 93 94 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 92 def same_day_shipping_click_count @same_day_shipping_click_count end |
#two_day_shipping_click_count ⇒ Integer (readonly)
Returns the value of attribute two_day_shipping_click_count.
93 94 95 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 93 def two_day_shipping_click_count @two_day_shipping_click_count end |
Class Method Details
.[](click_count:, click_rate:, clicked_median_price:, one_day_shipping_click_count:, same_day_shipping_click_count:, two_day_shipping_click_count:) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
81 82 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 81
def self.[]: (click_count: Integer, click_rate: Float, clicked_median_price: Peddler::Money, one_day_shipping_click_count: Integer, same_day_shipping_click_count: Integer, two_day_shipping_click_count: Integer) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
| (Integer, Float, Peddler::Money, Integer, Integer, Integer) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
|
.members ⇒ [ :click_count, :click_rate, :clicked_median_price, :one_day_shipping_click_count, :same_day_shipping_click_count, :two_day_shipping_click_count ]
84 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 84
def self.members: () -> [ :click_count, :click_rate, :clicked_median_price, :one_day_shipping_click_count, :same_day_shipping_click_count, :two_day_shipping_click_count ]
|
.new(click_count:, click_rate:, clicked_median_price:, one_day_shipping_click_count:, same_day_shipping_click_count:, two_day_shipping_click_count:) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
79 80 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 79
def self.new: (click_count: Integer, click_rate: Float, clicked_median_price: Peddler::Money, one_day_shipping_click_count: Integer, same_day_shipping_click_count: Integer, two_day_shipping_click_count: Integer) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
| (Integer, Float, Peddler::Money, Integer, Integer, Integer) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
|
.parse ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
86 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 86
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceClickData
|
Instance Method Details
#members ⇒ [ :click_count, :click_rate, :clicked_median_price, :one_day_shipping_click_count, :same_day_shipping_click_count, :two_day_shipping_click_count ]
95 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 95
def members: () -> [ :click_count, :click_rate, :clicked_median_price, :one_day_shipping_click_count, :same_day_shipping_click_count, :two_day_shipping_click_count ]
|
#to_h ⇒ { click_count: Integer, click_rate: Float, clicked_median_price: Peddler::Money, one_day_shipping_click_count: Integer, same_day_shipping_click_count: Integer, two_day_shipping_click_count: Integer }
96 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 96
def to_h: () -> { click_count: Integer, click_rate: Float, clicked_median_price: Peddler::Money, one_day_shipping_click_count: Integer, same_day_shipping_click_count: Integer, two_day_shipping_click_count: Integer }
|