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.
597 598 599 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 597 def cash_on_delivery @cash_on_delivery end |
#pallet_delivery ⇒ String? (readonly)
Returns the value of attribute pallet_delivery.
598 599 600 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 598 def pallet_delivery @pallet_delivery end |
#recipient_age_verification ⇒ String? (readonly)
Returns the value of attribute recipient_age_verification.
599 600 601 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 599 def recipient_age_verification @recipient_age_verification end |
#recipient_identity_verification ⇒ String? (readonly)
Returns the value of attribute recipient_identity_verification.
600 601 602 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 600 def recipient_identity_verification @recipient_identity_verification end |
#signature_confirmation ⇒ String? (readonly)
Returns the value of attribute signature_confirmation.
601 602 603 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 601 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
590 591 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 590
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 ]
593 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 593
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
588 589 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 588
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
595 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 595
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 ]
603 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 603
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? }
604 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 604
def to_h: () -> { cash_on_delivery: String?, pallet_delivery: String?, recipient_age_verification: String?, recipient_identity_verification: String?, signature_confirmation: String? }
|