Class: Peddler::APIs::OrdersV0::PromotionIdList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::OrdersV0::PromotionIdList
- Defined in:
- lib/peddler/apis/orders_v0/promotion_id_list.rb
Overview
A list of promotion identifiers provided by the seller when the promotions were created.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/orders_v0/promotion_id_list.rb', line 11 def parse(array) new(array) end |