Class: Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#carrier_name ⇒ String?
readonly
Returns the value of attribute carrier_name.
-
#collection_form_id ⇒ String?
readonly
Returns the value of attribute collection_form_id.
-
#creation_date ⇒ Time?
readonly
Returns the value of attribute creation_date.
-
#generation_status ⇒ String?
readonly
Returns the value of attribute generation_status.
-
#ship_from_address ⇒ Peddler::APIs::ShippingV2::Address?
readonly
Returns the value of attribute ship_from_address.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier_name, :collection_form_id, :creation_date, :generation_status, :ship_from_address ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#carrier_name ⇒ String? (readonly)
Returns the value of attribute carrier_name.
383 384 385 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 383 def carrier_name @carrier_name end |
#collection_form_id ⇒ String? (readonly)
Returns the value of attribute collection_form_id.
384 385 386 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 384 def collection_form_id @collection_form_id end |
#creation_date ⇒ Time? (readonly)
Returns the value of attribute creation_date.
385 386 387 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 385 def creation_date @creation_date end |
#generation_status ⇒ String? (readonly)
Returns the value of attribute generation_status.
386 387 388 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 386 def generation_status @generation_status end |
#ship_from_address ⇒ Peddler::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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord
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 ]
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? }
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? }
|