Class: Peddler::APIs::NotificationsV1::TrackingIdentifier
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::TrackingIdentifier
- Defined in:
- sig/peddler/apis/notifications_v1.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 ⇒ Hash[untyped, untyped]?
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::NotificationsV1::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: Hash[untyped, untyped]?, container_number: String?, house_bill_of_lading_number: String?, id: String? }
Instance Attribute Details
#acsin ⇒ String? (readonly)
Returns the value of attribute acsin.
545 546 547 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 545 def acsin @acsin end |
#aftn ⇒ String? (readonly)
Returns the value of attribute aftn.
546 547 548 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 546 def aftn @aftn end |
#carrier_tracking ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute carrier_tracking.
547 548 549 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 547 def carrier_tracking @carrier_tracking end |
#container_number ⇒ String? (readonly)
Returns the value of attribute container_number.
548 549 550 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 548 def container_number @container_number end |
#house_bill_of_lading_number ⇒ String? (readonly)
Returns the value of attribute house_bill_of_lading_number.
549 550 551 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 549 def house_bill_of_lading_number @house_bill_of_lading_number end |
#id ⇒ String? (readonly)
Returns the value of attribute id.
550 551 552 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 550 def id @id end |
Class Method Details
.[](acsin:, aftn:, carrier_tracking:, container_number:, house_bill_of_lading_number:, id:) ⇒ Peddler::APIs::NotificationsV1::TrackingIdentifier .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::NotificationsV1::TrackingIdentifier
538 539 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 538
def self.[]: (?acsin: String?, ?aftn: String?, ?carrier_tracking: Hash[untyped, untyped]?, ?container_number: String?, ?house_bill_of_lading_number: String?, ?id: String?) -> Peddler::APIs::NotificationsV1::TrackingIdentifier
| (String?, String?, Hash[untyped, untyped]?, String?, String?, String?) -> Peddler::APIs::NotificationsV1::TrackingIdentifier
|
.members ⇒ [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
541 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 541
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::NotificationsV1::TrackingIdentifier .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::NotificationsV1::TrackingIdentifier
536 537 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 536
def self.new: (?acsin: String?, ?aftn: String?, ?carrier_tracking: Hash[untyped, untyped]?, ?container_number: String?, ?house_bill_of_lading_number: String?, ?id: String?) -> Peddler::APIs::NotificationsV1::TrackingIdentifier
| (String?, String?, Hash[untyped, untyped]?, String?, String?, String?) -> Peddler::APIs::NotificationsV1::TrackingIdentifier
|
.parse ⇒ Peddler::APIs::NotificationsV1::TrackingIdentifier
543 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 543
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::TrackingIdentifier
|
Instance Method Details
#members ⇒ [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
552 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 552
def members: () -> [ :acsin, :aftn, :carrier_tracking, :container_number, :house_bill_of_lading_number, :id ]
|
#to_h ⇒ { acsin: String?, aftn: String?, carrier_tracking: Hash[untyped, untyped]?, container_number: String?, house_bill_of_lading_number: String?, id: String? }
553 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 553
def to_h: () -> { acsin: String?, aftn: String?, carrier_tracking: Hash[untyped, untyped]?, container_number: String?, house_bill_of_lading_number: String?, id: String? }
|