Class: Peddler::APIs::ShippingV2::DirectPurchaseResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::DirectPurchaseResponse
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#payload ⇒ Peddler::APIs::ShippingV2::DirectPurchaseResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::DirectPurchaseResponse
Instance Method Summary collapse
Instance Attribute Details
#payload ⇒ Peddler::APIs::ShippingV2::DirectPurchaseResult? (readonly)
Returns the value of attribute payload.
555 556 557 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 555 def payload @payload end |
Class Method Details
.[](payload:) ⇒ Peddler::APIs::ShippingV2::DirectPurchaseResponse .[](arg0) ⇒ Peddler::APIs::ShippingV2::DirectPurchaseResponse
548 549 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 548
def self.[]: (?payload: Peddler::APIs::ShippingV2::DirectPurchaseResult?) -> Peddler::APIs::ShippingV2::DirectPurchaseResponse
| (Peddler::APIs::ShippingV2::DirectPurchaseResult?) -> Peddler::APIs::ShippingV2::DirectPurchaseResponse
|
.members ⇒ [ :payload ]
551 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 551
def self.members: () -> [ :payload ]
|
.new(payload:) ⇒ Peddler::APIs::ShippingV2::DirectPurchaseResponse .new(arg0) ⇒ Peddler::APIs::ShippingV2::DirectPurchaseResponse
546 547 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 546
def self.new: (?payload: Peddler::APIs::ShippingV2::DirectPurchaseResult?) -> Peddler::APIs::ShippingV2::DirectPurchaseResponse
| (Peddler::APIs::ShippingV2::DirectPurchaseResult?) -> Peddler::APIs::ShippingV2::DirectPurchaseResponse
|
.parse ⇒ Peddler::APIs::ShippingV2::DirectPurchaseResponse
553 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 553
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::DirectPurchaseResponse
|
Instance Method Details
#members ⇒ [ :payload ]
557 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 557
def members: () -> [ :payload ]
|
#to_h ⇒ { payload: Peddler::APIs::ShippingV2::DirectPurchaseResult? }
558 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 558
def to_h: () -> { payload: Peddler::APIs::ShippingV2::DirectPurchaseResult? }
|