Class: Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#unmanifested_carrier_information_list ⇒ Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?
readonly
Returns the value of attribute unmanifested_carrier_information_list.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :unmanifested_carrier_information_list ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
Instance Method Summary collapse
-
#members ⇒ [ :unmanifested_carrier_information_list ]
-
#to_h ⇒ { unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]? }
Instance Attribute Details
#unmanifested_carrier_information_list ⇒ Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]? (readonly)
Returns the value of attribute unmanifested_carrier_information_list.
1049 1050 1051 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1049 def unmanifested_carrier_information_list @unmanifested_carrier_information_list end |
Class Method Details
.[](unmanifested_carrier_information_list:) ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse .[](arg0) ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
1042 1043 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1042
def self.[]: (?unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
| (Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
|
.members ⇒ [ :unmanifested_carrier_information_list ]
1045 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1045
def self.members: () -> [ :unmanifested_carrier_information_list ]
|
.new(unmanifested_carrier_information_list:) ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse .new(arg0) ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
1040 1041 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1040
def self.new: (?unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
| (Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
|
.parse ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
1047 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1047
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
|
Instance Method Details
#members ⇒ [ :unmanifested_carrier_information_list ]
1051 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1051
def members: () -> [ :unmanifested_carrier_information_list ]
|
#to_h ⇒ { unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]? }
1052 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1052
def to_h: () -> { unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]? }
|