Class: Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#self_ship_appointment_detailsPeddler::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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:



1595
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1595

def to_h: () -> { self_ship_appointment_details: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails }