Class: Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#amazon_shipment_id ⇒ String
readonly
Returns the value of attribute amazon_shipment_id.
-
#estimated_arrival_date ⇒ String?
readonly
Returns the value of attribute estimated_arrival_date.
-
#fulfillment_center_id ⇒ String
readonly
Returns the value of attribute fulfillment_center_id.
-
#fulfillment_shipment_item ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem]
readonly
Returns the value of attribute fulfillment_shipment_item.
-
#fulfillment_shipment_package ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?
readonly
Returns the value of attribute fulfillment_shipment_package.
-
#fulfillment_shipment_status ⇒ String
readonly
Returns the value of attribute fulfillment_shipment_status.
-
#shipping_date ⇒ String?
readonly
Returns the value of attribute shipping_date.
-
#shipping_notes ⇒ Array[String]?
readonly
Returns the value of attribute shipping_notes.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
Instance Method Summary collapse
-
#members ⇒ [ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]
-
#to_h ⇒ { amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, estimated_arrival_date: String?, fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, shipping_date: String?, shipping_notes: Array[String]? }
Instance Attribute Details
#amazon_shipment_id ⇒ String (readonly)
Returns the value of attribute amazon_shipment_id.
674 675 676 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 674 def amazon_shipment_id @amazon_shipment_id end |
#estimated_arrival_date ⇒ String? (readonly)
Returns the value of attribute estimated_arrival_date.
675 676 677 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 675 def estimated_arrival_date @estimated_arrival_date end |
#fulfillment_center_id ⇒ String (readonly)
Returns the value of attribute fulfillment_center_id.
676 677 678 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 676 def fulfillment_center_id @fulfillment_center_id end |
#fulfillment_shipment_item ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem] (readonly)
Returns the value of attribute fulfillment_shipment_item.
677 678 679 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 677 def fulfillment_shipment_item @fulfillment_shipment_item end |
#fulfillment_shipment_package ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]? (readonly)
Returns the value of attribute fulfillment_shipment_package.
678 679 680 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 678 def fulfillment_shipment_package @fulfillment_shipment_package end |
#fulfillment_shipment_status ⇒ String (readonly)
Returns the value of attribute fulfillment_shipment_status.
679 680 681 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 679 def fulfillment_shipment_status @fulfillment_shipment_status end |
#shipping_date ⇒ String? (readonly)
Returns the value of attribute shipping_date.
680 681 682 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 680 def shipping_date @shipping_date end |
#shipping_notes ⇒ Array[String]? (readonly)
Returns the value of attribute shipping_notes.
681 682 683 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 681 def shipping_notes @shipping_notes end |
Class Method Details
.[](amazon_shipment_id:, fulfillment_center_id:, fulfillment_shipment_item:, fulfillment_shipment_status:, estimated_arrival_date:, fulfillment_shipment_package:, shipping_date:, shipping_notes:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
667 668 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 667
def self.[]: (amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, ?estimated_arrival_date: String?, ?fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, ?shipping_date: String?, ?shipping_notes: Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
| (String, String, Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], String, String?, Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, String?, Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
|
.members ⇒ [ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]
670 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 670
def self.members: () -> [ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]
|
.new(amazon_shipment_id:, fulfillment_center_id:, fulfillment_shipment_item:, fulfillment_shipment_status:, estimated_arrival_date:, fulfillment_shipment_package:, shipping_date:, shipping_notes:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
665 666 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 665
def self.new: (amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, ?estimated_arrival_date: String?, ?fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, ?shipping_date: String?, ?shipping_notes: Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
| (String, String, Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], String, String?, Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, String?, Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
672 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 672
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
|
Instance Method Details
#members ⇒ [ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]
683 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 683
def members: () -> [ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]
|
#to_h ⇒ { amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, estimated_arrival_date: String?, fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, shipping_date: String?, shipping_notes: Array[String]? }
684 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 684
def to_h: () -> { amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, estimated_arrival_date: String?, fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, shipping_date: String?, shipping_notes: Array[String]? }
|