Class: Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#carrier_id ⇒ String?
readonly
Returns the value of attribute carrier_id.
-
#carrier_name ⇒ String?
readonly
Returns the value of attribute carrier_name.
-
#unmanifested_shipment_location_list ⇒ Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?
readonly
Returns the value of attribute unmanifested_shipment_location_list.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
Instance Method Summary collapse
-
#members ⇒ [ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]
-
#to_h ⇒ { carrier_id: String?, carrier_name: String?, unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]? }
Instance Attribute Details
#carrier_id ⇒ String? (readonly)
Returns the value of attribute carrier_id.
1932 1933 1934 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1932 def carrier_id @carrier_id end |
#carrier_name ⇒ String? (readonly)
Returns the value of attribute carrier_name.
1933 1934 1935 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1933 def carrier_name @carrier_name end |
#unmanifested_shipment_location_list ⇒ Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]? (readonly)
Returns the value of attribute unmanifested_shipment_location_list.
1934 1935 1936 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1934 def unmanifested_shipment_location_list @unmanifested_shipment_location_list end |
Class Method Details
.[](carrier_id:, carrier_name:, unmanifested_shipment_location_list:) ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
1925 1926 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1925
def self.[]: (?carrier_id: String?, ?carrier_name: String?, ?unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
| (String?, String?, Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
|
.members ⇒ [ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]
1928 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1928
def self.members: () -> [ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]
|
.new(carrier_id:, carrier_name:, unmanifested_shipment_location_list:) ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
1923 1924 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1923
def self.new: (?carrier_id: String?, ?carrier_name: String?, ?unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
| (String?, String?, Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
|
.parse ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
1930 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1930
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
|
Instance Method Details
#members ⇒ [ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]
1936 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1936
def members: () -> [ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]
|
#to_h ⇒ { carrier_id: String?, carrier_name: String?, unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]? }
1937 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1937
def to_h: () -> { carrier_id: String?, carrier_name: String?, unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]? }
|