Class: Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#shipment_id ⇒ String
readonly
Returns the value of attribute shipment_id.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :shipment_id, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
Instance Method Summary collapse
Instance Attribute Details
#shipment_id ⇒ String (readonly)
Returns the value of attribute shipment_id.
1793 1794 1795 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1793 def shipment_id @shipment_id end |
#status ⇒ String (readonly)
Returns the value of attribute status.
1794 1795 1796 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1794 def status @status end |
Class Method Details
.[](shipment_id:, status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
1786 1787 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1786
def self.[]: (shipment_id: String, status: String) -> Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
| (String, String) -> Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
|
.members ⇒ [ :shipment_id, :status ]
1789 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1789
def self.members: () -> [ :shipment_id, :status ]
|
.new(shipment_id:, status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
1784 1785 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1784
def self.new: (shipment_id: String, status: String) -> Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
| (String, String) -> Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
1791 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1791
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary
|
Instance Method Details
#members ⇒ [ :shipment_id, :status ]
1796 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1796
def members: () -> [ :shipment_id, :status ]
|
#to_h ⇒ { shipment_id: String, status: String }
1797 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1797
def to_h: () -> { shipment_id: String, status: String }
|