Class: Peddler::APIs::Tracking20260130::TrackingIdentifier
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Tracking20260130::TrackingIdentifier
- Defined in:
- sig/peddler/apis/tracking_2026_01_30.rbs
Instance Attribute Summary collapse
-
#acsin ⇒ String?
readonly
Returns the value of attribute acsin.
-
#aftn ⇒ String?
readonly
Returns the value of attribute aftn.
-
#carrier_tracking ⇒ Peddler::APIs::Tracking20260130::CarrierTracking?
readonly
Returns the value of attribute carrier_tracking.
-
#container_number ⇒ String?
readonly
Returns the value of attribute container_number.
-
#house_bill_of_lading_number ⇒ String?
readonly
Returns the value of attribute house_bill_of_lading_number.
-
#id ⇒ String?
readonly
Returns the value of attribute id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Tracking20260130::TrackingIdentifier
Instance Method Summary collapse
-
#members ⇒ [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
-
#to_h ⇒ { acsin: String?, aftn: String?, carrier_tracking: Peddler::APIs::Tracking20260130::CarrierTracking?, container_number: String?, house_bill_of_lading_number: String?, id: String? }
Instance Attribute Details
#acsin ⇒ String? (readonly)
Returns the value of attribute acsin.
136 137 138 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 136 def acsin @acsin end |
#aftn ⇒ String? (readonly)
Returns the value of attribute aftn.
137 138 139 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 137 def aftn @aftn end |
#carrier_tracking ⇒ Peddler::APIs::Tracking20260130::CarrierTracking? (readonly)
Returns the value of attribute carrier_tracking.
138 139 140 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 138 def carrier_tracking @carrier_tracking end |
#container_number ⇒ String? (readonly)
Returns the value of attribute container_number.
139 140 141 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 139 def container_number @container_number end |
#house_bill_of_lading_number ⇒ String? (readonly)
Returns the value of attribute house_bill_of_lading_number.
140 141 142 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 140 def house_bill_of_lading_number @house_bill_of_lading_number end |
#id ⇒ String? (readonly)
Returns the value of attribute id.
141 142 143 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 141 def id @id end |
Class Method Details
.[](acsin:, aftn:, carrier_tracking:, container_number:, house_bill_of_lading_number:, id:) ⇒ Peddler::APIs::Tracking20260130::TrackingIdentifier .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::Tracking20260130::TrackingIdentifier
129 130 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 129
def self.[]: (?acsin: String?, ?aftn: String?, ?carrier_tracking: Peddler::APIs::Tracking20260130::CarrierTracking?, ?container_number: String?, ?house_bill_of_lading_number: String?, ?id: String?) -> Peddler::APIs::Tracking20260130::TrackingIdentifier
| (String?, String?, Peddler::APIs::Tracking20260130::CarrierTracking?, String?, String?, String?) -> Peddler::APIs::Tracking20260130::TrackingIdentifier
|
.members ⇒ [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
132 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 132
def self.members: () -> [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
|
.new(acsin:, aftn:, carrier_tracking:, container_number:, house_bill_of_lading_number:, id:) ⇒ Peddler::APIs::Tracking20260130::TrackingIdentifier .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::Tracking20260130::TrackingIdentifier
127 128 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 127
def self.new: (?acsin: String?, ?aftn: String?, ?carrier_tracking: Peddler::APIs::Tracking20260130::CarrierTracking?, ?container_number: String?, ?house_bill_of_lading_number: String?, ?id: String?) -> Peddler::APIs::Tracking20260130::TrackingIdentifier
| (String?, String?, Peddler::APIs::Tracking20260130::CarrierTracking?, String?, String?, String?) -> Peddler::APIs::Tracking20260130::TrackingIdentifier
|
.parse ⇒ Peddler::APIs::Tracking20260130::TrackingIdentifier
134 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 134
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Tracking20260130::TrackingIdentifier
|
Instance Method Details
#members ⇒ [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
143 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 143
def members: () -> [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
|
#to_h ⇒ { acsin: String?, aftn: String?, carrier_tracking: Peddler::APIs::Tracking20260130::CarrierTracking?, container_number: String?, house_bill_of_lading_number: String?, id: String? }
144 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 144
def to_h: () -> { acsin: String?, aftn: String?, carrier_tracking: Peddler::APIs::Tracking20260130::CarrierTracking?, container_number: String?, house_bill_of_lading_number: String?, id: String? }
|