Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#location_id ⇒ String
readonly
Returns the value of attribute location_id.
-
#marketplace_attributes ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes
readonly
Returns the value of attribute marketplace_attributes.
-
#original_line_items ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]?
readonly
Returns the value of attribute original_line_items.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :id, :location_id, :marketplace_attributes, :original_line_items ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
Instance Method Summary collapse
-
#members ⇒ [ :id, :location_id, :marketplace_attributes, :original_line_items ]
-
#to_h ⇒ { id: String, location_id: String, marketplace_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes, original_line_items: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]? }
Instance Attribute Details
#id ⇒ String (readonly)
Returns the value of attribute id.
686 687 688 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 686 def id @id end |
#location_id ⇒ String (readonly)
Returns the value of attribute location_id.
687 688 689 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 687 def location_id @location_id end |
#marketplace_attributes ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes (readonly)
Returns the value of attribute marketplace_attributes.
688 689 690 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 688 def marketplace_attributes @marketplace_attributes end |
#original_line_items ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]? (readonly)
Returns the value of attribute original_line_items.
689 690 691 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 689 def original_line_items @original_line_items end |
Class Method Details
.[](id:, location_id:, marketplace_attributes:, original_line_items:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
679 680 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 679
def self.[]: (id: String, location_id: String, marketplace_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes, ?original_line_items: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
| (String, String, Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes, Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
|
.members ⇒ [ :id, :location_id, :marketplace_attributes, :original_line_items ]
682 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 682
def self.members: () -> [ :id, :location_id, :marketplace_attributes, :original_line_items ]
|
.new(id:, location_id:, marketplace_attributes:, original_line_items:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
677 678 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 677
def self.new: (id: String, location_id: String, marketplace_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes, ?original_line_items: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
| (String, String, Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes, Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
684 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 684
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ReplacedShipmentInfo
|
Instance Method Details
#members ⇒ [ :id, :location_id, :marketplace_attributes, :original_line_items ]
691 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 691
def members: () -> [ :id, :location_id, :marketplace_attributes, :original_line_items ]
|
#to_h ⇒ { id: String, location_id: String, marketplace_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes, original_line_items: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]? }
692 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 692
def to_h: () -> { id: String, location_id: String, marketplace_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes, original_line_items: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::OriginalLineItem]? }
|