Class: Peddler::APIs::Orders20260101::ItemShippingConstraints
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::ItemShippingConstraints
- Defined in:
- sig/peddler/apis/orders_2026_01_01.rbs
Instance Attribute Summary collapse
-
#cash_on_delivery ⇒ String?
readonly
Returns the value of attribute cash_on_delivery.
-
#pallet_delivery ⇒ String?
readonly
Returns the value of attribute pallet_delivery.
-
#recipient_age_verification ⇒ String?
readonly
Returns the value of attribute recipient_age_verification.
-
#recipient_identity_verification ⇒ String?
readonly
Returns the value of attribute recipient_identity_verification.
-
#signature_confirmation ⇒ String?
readonly
Returns the value of attribute signature_confirmation.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :cash_on_delivery, :pallet_delivery, :recipient_age_verification, :recipient_identity_verification, :signature_confirmation ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::ItemShippingConstraints
Instance Method Summary collapse
-
#members ⇒ [ :cash_on_delivery, :pallet_delivery, :recipient_age_verification, :recipient_identity_verification, :signature_confirmation ]
-
#to_h ⇒ { cash_on_delivery: String?, pallet_delivery: String?, recipient_age_verification: String?, recipient_identity_verification: String?, signature_confirmation: String? }
Instance Attribute Details
#cash_on_delivery ⇒ String? (readonly)
Returns the value of attribute cash_on_delivery.
578 579 580 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 578 def cash_on_delivery @cash_on_delivery end |
#pallet_delivery ⇒ String? (readonly)
Returns the value of attribute pallet_delivery.
579 580 581 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 579 def pallet_delivery @pallet_delivery end |
#recipient_age_verification ⇒ String? (readonly)
Returns the value of attribute recipient_age_verification.
580 581 582 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 580 def recipient_age_verification @recipient_age_verification end |
#recipient_identity_verification ⇒ String? (readonly)
Returns the value of attribute recipient_identity_verification.
581 582 583 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 581 def recipient_identity_verification @recipient_identity_verification end |
#signature_confirmation ⇒ String? (readonly)
Returns the value of attribute signature_confirmation.
582 583 584 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 582 def signature_confirmation @signature_confirmation end |
Class Method Details
.[](cash_on_delivery:, pallet_delivery:, recipient_age_verification:, recipient_identity_verification:, signature_confirmation:) ⇒ Peddler::APIs::Orders20260101::ItemShippingConstraints .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::Orders20260101::ItemShippingConstraints
571 572 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 571
def self.[]: (?cash_on_delivery: String?, ?pallet_delivery: String?, ?recipient_age_verification: String?, ?recipient_identity_verification: String?, ?signature_confirmation: String?) -> Peddler::APIs::Orders20260101::ItemShippingConstraints
| (String?, String?, String?, String?, String?) -> Peddler::APIs::Orders20260101::ItemShippingConstraints
|
.members ⇒ [ :cash_on_delivery, :pallet_delivery, :recipient_age_verification, :recipient_identity_verification, :signature_confirmation ]
574 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 574
def self.members: () -> [ :cash_on_delivery, :pallet_delivery, :recipient_age_verification, :recipient_identity_verification, :signature_confirmation ]
|
.new(cash_on_delivery:, pallet_delivery:, recipient_age_verification:, recipient_identity_verification:, signature_confirmation:) ⇒ Peddler::APIs::Orders20260101::ItemShippingConstraints .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::Orders20260101::ItemShippingConstraints
569 570 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 569
def self.new: (?cash_on_delivery: String?, ?pallet_delivery: String?, ?recipient_age_verification: String?, ?recipient_identity_verification: String?, ?signature_confirmation: String?) -> Peddler::APIs::Orders20260101::ItemShippingConstraints
| (String?, String?, String?, String?, String?) -> Peddler::APIs::Orders20260101::ItemShippingConstraints
|
.parse ⇒ Peddler::APIs::Orders20260101::ItemShippingConstraints
576 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 576
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::ItemShippingConstraints
|
Instance Method Details
#members ⇒ [ :cash_on_delivery, :pallet_delivery, :recipient_age_verification, :recipient_identity_verification, :signature_confirmation ]
584 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 584
def members: () -> [ :cash_on_delivery, :pallet_delivery, :recipient_age_verification, :recipient_identity_verification, :signature_confirmation ]
|
#to_h ⇒ { cash_on_delivery: String?, pallet_delivery: String?, recipient_age_verification: String?, recipient_identity_verification: String?, signature_confirmation: String? }
585 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 585
def to_h: () -> { cash_on_delivery: String?, pallet_delivery: String?, recipient_age_verification: String?, recipient_identity_verification: String?, signature_confirmation: String? }
|