Class: Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#item_unfulfillable_reasons ⇒ Array[String]?
readonly
Returns the value of attribute item_unfulfillable_reasons.
-
#quantity ⇒ Integer
readonly
Returns the value of attribute quantity.
-
#seller_fulfillment_order_item_id ⇒ String
readonly
Returns the value of attribute seller_fulfillment_order_item_id.
-
#seller_sku ⇒ String
readonly
Returns the value of attribute seller_sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :item_unfulfillable_reasons ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
Instance Method Summary collapse
-
#members ⇒ [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :item_unfulfillable_reasons ]
-
#to_h ⇒ { quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, item_unfulfillable_reasons: Array[String]? }
Instance Attribute Details
#item_unfulfillable_reasons ⇒ Array[String]? (readonly)
Returns the value of attribute item_unfulfillable_reasons.
1466 1467 1468 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1466 def item_unfulfillable_reasons @item_unfulfillable_reasons end |
#quantity ⇒ Integer (readonly)
Returns the value of attribute quantity.
1467 1468 1469 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1467 def quantity @quantity end |
#seller_fulfillment_order_item_id ⇒ String (readonly)
Returns the value of attribute seller_fulfillment_order_item_id.
1468 1469 1470 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1468 def seller_fulfillment_order_item_id @seller_fulfillment_order_item_id end |
#seller_sku ⇒ String (readonly)
Returns the value of attribute seller_sku.
1469 1470 1471 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1469 def seller_sku @seller_sku end |
Class Method Details
.[](quantity:, seller_fulfillment_order_item_id:, seller_sku:, item_unfulfillable_reasons:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
1459 1460 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1459
def self.[]: (quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, ?item_unfulfillable_reasons: Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
| (Integer, String, String, Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
|
.members ⇒ [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :item_unfulfillable_reasons ]
1462 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1462
def self.members: () -> [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :item_unfulfillable_reasons ]
|
.new(quantity:, seller_fulfillment_order_item_id:, seller_sku:, item_unfulfillable_reasons:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
1457 1458 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1457
def self.new: (quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, ?item_unfulfillable_reasons: Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
| (Integer, String, String, Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
1464 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1464
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::UnfulfillablePreviewItem
|
Instance Method Details
#members ⇒ [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :item_unfulfillable_reasons ]
1471 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1471
def members: () -> [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :item_unfulfillable_reasons ]
|
#to_h ⇒ { quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, item_unfulfillable_reasons: Array[String]? }
1472 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1472
def to_h: () -> { quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, item_unfulfillable_reasons: Array[String]? }
|