Class: Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#operation_id ⇒ String
readonly
Returns the value of attribute operation_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :operation_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
714 715 716 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 714 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
707 708 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 707
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
|
.members ⇒ [ :operation_id ]
710 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 710
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
705 706 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 705
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
712 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 712
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::GenerateSelfShipAppointmentSlotsResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
716 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 716
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
717 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 717
def to_h: () -> { operation_id: String }
|