Class: Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
- Inherits:
-
Data
- Object
- Data
- Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
- Defined in:
- sig/peddler/data_kiosk/sales_and_traffic20240424.rbs
Instance Attribute Summary collapse
-
#ordered_product_sales ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
readonly
Returns the value of attribute ordered_product_sales.
-
#ordered_product_sales_b2b ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
readonly
Returns the value of attribute ordered_product_sales_b2b.
-
#orders_shipped ⇒ String?
readonly
Returns the value of attribute orders_shipped.
-
#orders_shipped_b2b ⇒ String?
readonly
Returns the value of attribute orders_shipped_b2b.
-
#refund_rate ⇒ Float?
readonly
Returns the value of attribute refund_rate.
-
#refund_rate_b2b ⇒ Float?
readonly
Returns the value of attribute refund_rate_b2b.
-
#shipped_product_sales ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
readonly
Returns the value of attribute shipped_product_sales.
-
#shipped_product_sales_b2b ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
readonly
Returns the value of attribute shipped_product_sales_b2b.
-
#total_order_items ⇒ String?
readonly
Returns the value of attribute total_order_items.
-
#total_order_items_b2b ⇒ String?
readonly
Returns the value of attribute total_order_items_b2b.
-
#units_ordered ⇒ String?
readonly
Returns the value of attribute units_ordered.
-
#units_ordered_b2b ⇒ String?
readonly
Returns the value of attribute units_ordered_b2b.
-
#units_refunded ⇒ String?
readonly
Returns the value of attribute units_refunded.
-
#units_refunded_b2b ⇒ String?
readonly
Returns the value of attribute units_refunded_b2b.
-
#units_shipped ⇒ String?
readonly
Returns the value of attribute units_shipped.
-
#units_shipped_b2b ⇒ String?
readonly
Returns the value of attribute units_shipped_b2b.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
Instance Method Summary collapse
-
#members ⇒ [ :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
-
#to_h ⇒ { ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, orders_shipped: String?, orders_shipped_b2b: String?, refund_rate: Float?, refund_rate_b2b: Float?, shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, total_order_items: String?, total_order_items_b2b: String?, units_ordered: String?, units_ordered_b2b: String?, units_refunded: String?, units_refunded_b2b: String?, units_shipped: String?, units_shipped_b2b: String? }
Instance Attribute Details
#ordered_product_sales ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::Amount? (readonly)
Returns the value of attribute ordered_product_sales.
49 50 51 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 49 def ordered_product_sales @ordered_product_sales end |
#ordered_product_sales_b2b ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::Amount? (readonly)
Returns the value of attribute ordered_product_sales_b2b.
50 51 52 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 50 def ordered_product_sales_b2b @ordered_product_sales_b2b end |
#orders_shipped ⇒ String? (readonly)
Returns the value of attribute orders_shipped.
51 52 53 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 51 def orders_shipped @orders_shipped end |
#orders_shipped_b2b ⇒ String? (readonly)
Returns the value of attribute orders_shipped_b2b.
52 53 54 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 52 def orders_shipped_b2b @orders_shipped_b2b end |
#refund_rate ⇒ Float? (readonly)
Returns the value of attribute refund_rate.
53 54 55 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 53 def refund_rate @refund_rate end |
#refund_rate_b2b ⇒ Float? (readonly)
Returns the value of attribute refund_rate_b2b.
54 55 56 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 54 def refund_rate_b2b @refund_rate_b2b end |
#shipped_product_sales ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::Amount? (readonly)
Returns the value of attribute shipped_product_sales.
55 56 57 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 55 def shipped_product_sales @shipped_product_sales end |
#shipped_product_sales_b2b ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::Amount? (readonly)
Returns the value of attribute shipped_product_sales_b2b.
56 57 58 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 56 def shipped_product_sales_b2b @shipped_product_sales_b2b end |
#total_order_items ⇒ String? (readonly)
Returns the value of attribute total_order_items.
57 58 59 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 57 def total_order_items @total_order_items end |
#total_order_items_b2b ⇒ String? (readonly)
Returns the value of attribute total_order_items_b2b.
58 59 60 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 58 def total_order_items_b2b @total_order_items_b2b end |
#units_ordered ⇒ String? (readonly)
Returns the value of attribute units_ordered.
59 60 61 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 59 def units_ordered @units_ordered end |
#units_ordered_b2b ⇒ String? (readonly)
Returns the value of attribute units_ordered_b2b.
60 61 62 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 60 def units_ordered_b2b @units_ordered_b2b end |
#units_refunded ⇒ String? (readonly)
Returns the value of attribute units_refunded.
61 62 63 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 61 def units_refunded @units_refunded end |
#units_refunded_b2b ⇒ String? (readonly)
Returns the value of attribute units_refunded_b2b.
62 63 64 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 62 def units_refunded_b2b @units_refunded_b2b end |
#units_shipped ⇒ String? (readonly)
Returns the value of attribute units_shipped.
63 64 65 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 63 def units_shipped @units_shipped end |
#units_shipped_b2b ⇒ String? (readonly)
Returns the value of attribute units_shipped_b2b.
64 65 66 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 64 def units_shipped_b2b @units_shipped_b2b end |
Class Method Details
.[](ordered_product_sales:, ordered_product_sales_b2b:, orders_shipped:, orders_shipped_b2b:, refund_rate:, refund_rate_b2b:, shipped_product_sales:, shipped_product_sales_b2b:, total_order_items:, total_order_items_b2b:, units_ordered:, units_ordered_b2b:, units_refunded:, units_refunded_b2b:, units_shipped:, units_shipped_b2b:) ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
42 43 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 42
def self.[]: (?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?orders_shipped: String?, ?orders_shipped_b2b: String?, ?refund_rate: Float?, ?refund_rate_b2b: Float?, ?shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?, ?units_refunded: String?, ?units_refunded_b2b: String?, ?units_shipped: String?, ?units_shipped_b2b: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
| (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
|
.members ⇒ [ :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
45 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 45
def self.members: () -> [ :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
|
.new(ordered_product_sales:, ordered_product_sales_b2b:, orders_shipped:, orders_shipped_b2b:, refund_rate:, refund_rate_b2b:, shipped_product_sales:, shipped_product_sales_b2b:, total_order_items:, total_order_items_b2b:, units_ordered:, units_ordered_b2b:, units_refunded:, units_refunded_b2b:, units_shipped:, units_shipped_b2b:) ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
40 41 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 40
def self.new: (?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?orders_shipped: String?, ?orders_shipped_b2b: String?, ?refund_rate: Float?, ?refund_rate_b2b: Float?, ?shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?, ?units_refunded: String?, ?units_refunded_b2b: String?, ?units_shipped: String?, ?units_shipped_b2b: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
| (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
|
.parse ⇒ Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
47 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 47
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
|
Instance Method Details
#members ⇒ [ :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
66 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 66
def members: () -> [ :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
|
#to_h ⇒ { ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, orders_shipped: String?, orders_shipped_b2b: String?, refund_rate: Float?, refund_rate_b2b: Float?, shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, total_order_items: String?, total_order_items_b2b: String?, units_ordered: String?, units_ordered_b2b: String?, units_refunded: String?, units_refunded_b2b: String?, units_shipped: String?, units_shipped_b2b: String? }
67 |
# File 'sig/peddler/data_kiosk/sales_and_traffic20240424.rbs', line 67
def to_h: () -> { ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, orders_shipped: String?, orders_shipped_b2b: String?, refund_rate: Float?, refund_rate_b2b: Float?, shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, total_order_items: String?, total_order_items_b2b: String?, units_ordered: String?, units_ordered_b2b: String?, units_refunded: String?, units_refunded_b2b: String?, units_shipped: String?, units_shipped_b2b: String? }
|