Class: Peddler::APIs::NotificationsV1::TrackingIdentifier

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/notifications_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#acsinString? (readonly)

Returns the value of attribute acsin.

Returns:

  • (String, nil)


545
546
547
# File 'sig/peddler/apis/notifications_v1.rbs', line 545

def acsin
  @acsin
end

#aftnString? (readonly)

Returns the value of attribute aftn.

Returns:

  • (String, nil)


546
547
548
# File 'sig/peddler/apis/notifications_v1.rbs', line 546

def aftn
  @aftn
end

#carrier_trackingHash[untyped, untyped]? (readonly)

Returns the value of attribute carrier_tracking.

Returns:

  • (Hash[untyped, untyped], nil)


547
548
549
# File 'sig/peddler/apis/notifications_v1.rbs', line 547

def carrier_tracking
  @carrier_tracking
end

#container_numberString? (readonly)

Returns the value of attribute container_number.

Returns:

  • (String, nil)


548
549
550
# File 'sig/peddler/apis/notifications_v1.rbs', line 548

def container_number
  @container_number
end

#house_bill_of_lading_numberString? (readonly)

Returns the value of attribute house_bill_of_lading_number.

Returns:

  • (String, nil)


549
550
551
# File 'sig/peddler/apis/notifications_v1.rbs', line 549

def house_bill_of_lading_number
  @house_bill_of_lading_number
end

#idString? (readonly)

Returns the value of attribute id.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::NotificationsV1::TrackingIdentifier

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }