Class: Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#self_ship_appointment_details ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
readonly
Returns the value of attribute self_ship_appointment_details.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :self_ship_appointment_details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
Instance Method Summary collapse
-
#members ⇒ [ :self_ship_appointment_details ]
-
#to_h ⇒ { self_ship_appointment_details: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails }
Instance Attribute Details
#self_ship_appointment_details ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails (readonly)
Returns the value of attribute self_ship_appointment_details.
1592 1593 1594 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1592 def self_ship_appointment_details @self_ship_appointment_details end |
Class Method Details
.[](self_ship_appointment_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
1585 1586 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1585
def self.[]: (self_ship_appointment_details: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
| (Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
|
.members ⇒ [ :self_ship_appointment_details ]
1588 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1588
def self.members: () -> [ :self_ship_appointment_details ]
|
.new(self_ship_appointment_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
1583 1584 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1583
def self.new: (self_ship_appointment_details: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
| (Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
1590 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1590
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse
|
Instance Method Details
#members ⇒ [ :self_ship_appointment_details ]
1594 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1594
def members: () -> [ :self_ship_appointment_details ]
|
#to_h ⇒ { self_ship_appointment_details: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails }
1595 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1595
def to_h: () -> { self_ship_appointment_details: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails }
|