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.
631 632 633 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 631 def cash_on_delivery @cash_on_delivery end |
#pallet_delivery ⇒ String? (readonly)
Returns the value of attribute pallet_delivery.
632 633 634 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 632 def pallet_delivery @pallet_delivery end |
#recipient_age_verification ⇒ String? (readonly)
Returns the value of attribute recipient_age_verification.
633 634 635 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 633 def recipient_age_verification @recipient_age_verification end |
#recipient_identity_verification ⇒ String? (readonly)
Returns the value of attribute recipient_identity_verification.
634 635 636 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 634 def recipient_identity_verification @recipient_identity_verification end |
#signature_confirmation ⇒ String? (readonly)
Returns the value of attribute signature_confirmation.
635 636 637 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 635 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
624 625 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 624
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 ]
627 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 627
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
622 623 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 622
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
629 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 629
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 ]
637 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 637
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? }
638 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 638
def to_h: () -> { cash_on_delivery: String?, pallet_delivery: String?, recipient_age_verification: String?, recipient_identity_verification: String?, signature_confirmation: String? }
|