class SpecialApi::GoodWithOrdersSerializer
- SpecialApi::GoodWithOrdersSerializer
- Lucky::Serializer
- Reference
- Object
Defined in:
serializers/special_api/good_with_orders_serializer.crConstructors
Instance Method Summary
Constructor Detail
def self.new(good : Good, unit : Unit | Nil = nil, categories : CategoryQuery | Array(Category) | Nil = nil, in_stores : Array(Hash(String, InStoresValue)) | Nil = nil, store_orders : StoreOrderQuery | Array(StoreOrder) | Nil = nil, user_orders : UserOrderQuery | Array(UserOrder) | Nil = nil)
#