Class: Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#carrier_nameString? (readonly)

Returns the value of attribute carrier_name.

Returns:

  • (String, nil)


383
384
385
# File 'sig/peddler/apis/shipping_v2.rbs', line 383

def carrier_name
  @carrier_name
end

#collection_form_idString? (readonly)

Returns the value of attribute collection_form_id.

Returns:

  • (String, nil)


384
385
386
# File 'sig/peddler/apis/shipping_v2.rbs', line 384

def collection_form_id
  @collection_form_id
end

#creation_dateTime? (readonly)

Returns the value of attribute creation_date.

Returns:

  • (Time, nil)


385
386
387
# File 'sig/peddler/apis/shipping_v2.rbs', line 385

def creation_date
  @creation_date
end

#generation_statusString? (readonly)

Returns the value of attribute generation_status.

Returns:

  • (String, nil)


386
387
388
# File 'sig/peddler/apis/shipping_v2.rbs', line 386

def generation_status
  @generation_status
end

#ship_from_addressPeddler::APIs::ShippingV2::Address? (readonly)

Returns the value of attribute ship_from_address.



387
388
389
# File 'sig/peddler/apis/shipping_v2.rbs', line 387

def ship_from_address
  @ship_from_address
end

Class Method Details

.[](carrier_name:, collection_form_id:, creation_date:, generation_status:, ship_from_address:) ⇒ Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord

Overloads:



376
377
# File 'sig/peddler/apis/shipping_v2.rbs', line 376

def self.[]: (?carrier_name: String?, ?collection_form_id: String?, ?creation_date: Time?, ?generation_status: String?, ?ship_from_address: Peddler::APIs::ShippingV2::Address?) -> Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord
| (String?, String?, Time?, String?, Peddler::APIs::ShippingV2::Address?) -> Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord

.members[ :carrier_name, :collection_form_id, :creation_date, :generation_status, :ship_from_address ]

Returns:

  • ([ :carrier_name, :collection_form_id, :creation_date, :generation_status, :ship_from_address ])


379
# File 'sig/peddler/apis/shipping_v2.rbs', line 379

def self.members: () -> [ :carrier_name, :collection_form_id, :creation_date, :generation_status, :ship_from_address ]

.new(carrier_name:, collection_form_id:, creation_date:, generation_status:, ship_from_address:) ⇒ Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord

Overloads:



374
375
# File 'sig/peddler/apis/shipping_v2.rbs', line 374

def self.new: (?carrier_name: String?, ?collection_form_id: String?, ?creation_date: Time?, ?generation_status: String?, ?ship_from_address: Peddler::APIs::ShippingV2::Address?) -> Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord
| (String?, String?, Time?, String?, Peddler::APIs::ShippingV2::Address?) -> Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord

.parsePeddler::APIs::ShippingV2::CollectionFormsHistoryRecord

Parameters:

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

Returns:



381
# File 'sig/peddler/apis/shipping_v2.rbs', line 381

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord

Instance Method Details

#members[ :carrier_name, :collection_form_id, :creation_date, :generation_status, :ship_from_address ]

Returns:

  • ([ :carrier_name, :collection_form_id, :creation_date, :generation_status, :ship_from_address ])


389
# File 'sig/peddler/apis/shipping_v2.rbs', line 389

def members: () -> [ :carrier_name, :collection_form_id, :creation_date, :generation_status, :ship_from_address ]

#to_h{ carrier_name: String?, collection_form_id: String?, creation_date: Time?, generation_status: String?, ship_from_address: Peddler::APIs::ShippingV2::Address? }

Returns:



390
# File 'sig/peddler/apis/shipping_v2.rbs', line 390

def to_h: () -> { carrier_name: String?, collection_form_id: String?, creation_date: Time?, generation_status: String?, ship_from_address: Peddler::APIs::ShippingV2::Address? }