Class: Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#fulfillment_network_sku ⇒ String?
readonly
Returns the value of attribute fulfillment_network_sku.
-
#prep_details_list ⇒ Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?
readonly
Returns the value of attribute prep_details_list.
-
#quantity_in_case ⇒ Integer?
readonly
Returns the value of attribute quantity_in_case.
-
#quantity_received ⇒ Integer?
readonly
Returns the value of attribute quantity_received.
-
#quantity_shipped ⇒ Integer
readonly
Returns the value of attribute quantity_shipped.
-
#release_date ⇒ String?
readonly
Returns the value of attribute release_date.
-
#seller_sku ⇒ String
readonly
Returns the value of attribute seller_sku.
-
#shipment_id ⇒ String?
readonly
Returns the value of attribute shipment_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
Instance Method Summary collapse
-
#members ⇒ [ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]
-
#to_h ⇒ { quantity_shipped: Integer, seller_sku: String, fulfillment_network_sku: String?, prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, quantity_in_case: Integer?, quantity_received: Integer?, release_date: String?, shipment_id: String? }
Instance Attribute Details
#fulfillment_network_sku ⇒ String? (readonly)
Returns the value of attribute fulfillment_network_sku.
318 319 320 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 318 def fulfillment_network_sku @fulfillment_network_sku end |
#prep_details_list ⇒ Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]? (readonly)
Returns the value of attribute prep_details_list.
319 320 321 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 319 def prep_details_list @prep_details_list end |
#quantity_in_case ⇒ Integer? (readonly)
Returns the value of attribute quantity_in_case.
320 321 322 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 320 def quantity_in_case @quantity_in_case end |
#quantity_received ⇒ Integer? (readonly)
Returns the value of attribute quantity_received.
321 322 323 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 321 def quantity_received @quantity_received end |
#quantity_shipped ⇒ Integer (readonly)
Returns the value of attribute quantity_shipped.
322 323 324 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 322 def quantity_shipped @quantity_shipped end |
#release_date ⇒ String? (readonly)
Returns the value of attribute release_date.
323 324 325 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 323 def release_date @release_date end |
#seller_sku ⇒ String (readonly)
Returns the value of attribute seller_sku.
324 325 326 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 324 def seller_sku @seller_sku end |
#shipment_id ⇒ String? (readonly)
Returns the value of attribute shipment_id.
325 326 327 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 325 def shipment_id @shipment_id end |
Class Method Details
.[](quantity_shipped:, seller_sku:, fulfillment_network_sku:, prep_details_list:, quantity_in_case:, quantity_received:, release_date:, shipment_id:) ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
311 312 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 311
def self.[]: (quantity_shipped: Integer, seller_sku: String, ?fulfillment_network_sku: String?, ?prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, ?quantity_in_case: Integer?, ?quantity_received: Integer?, ?release_date: String?, ?shipment_id: String?) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
| (Integer, String, String?, Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, Integer?, Integer?, String?, String?) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
|
.members ⇒ [ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]
314 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 314
def self.members: () -> [ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]
|
.new(quantity_shipped:, seller_sku:, fulfillment_network_sku:, prep_details_list:, quantity_in_case:, quantity_received:, release_date:, shipment_id:) ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
309 310 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 309
def self.new: (quantity_shipped: Integer, seller_sku: String, ?fulfillment_network_sku: String?, ?prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, ?quantity_in_case: Integer?, ?quantity_received: Integer?, ?release_date: String?, ?shipment_id: String?) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
| (Integer, String, String?, Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, Integer?, Integer?, String?, String?) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
316 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 316
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
|
Instance Method Details
#members ⇒ [ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]
327 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 327
def members: () -> [ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]
|
#to_h ⇒ { quantity_shipped: Integer, seller_sku: String, fulfillment_network_sku: String?, prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, quantity_in_case: Integer?, quantity_received: Integer?, release_date: String?, shipment_id: String? }
328 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 328
def to_h: () -> { quantity_shipped: Integer, seller_sku: String, fulfillment_network_sku: String?, prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, quantity_in_case: Integer?, quantity_received: Integer?, release_date: String?, shipment_id: String? }
|