Class: Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse

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

#paginationPeddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)

Returns the value of attribute pagination.



811
812
813
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 811

def pagination
  @pagination
end

#self_ship_appointment_slots_availabilityPeddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentSlotsAvailability (readonly)

Returns the value of attribute self_ship_appointment_slots_availability.



812
813
814
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 812

def self_ship_appointment_slots_availability
  @self_ship_appointment_slots_availability
end

Class Method Details

.[](self_ship_appointment_slots_availability:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse



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

def self.[]: (self_ship_appointment_slots_availability: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentSlotsAvailability, ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse
| (Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentSlotsAvailability, Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse

.members[ :self_ship_appointment_slots_availability, :pagination ]

Returns:

  • ([ :self_ship_appointment_slots_availability, :pagination ])


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

def self.members: () -> [ :self_ship_appointment_slots_availability, :pagination ]

.new(self_ship_appointment_slots_availability:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse



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

def self.new: (self_ship_appointment_slots_availability: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentSlotsAvailability, ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse
| (Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentSlotsAvailability, Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse

.parsePeddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::GetSelfShipAppointmentSlotsResponse

Instance Method Details

#members[ :self_ship_appointment_slots_availability, :pagination ]

Returns:

  • ([ :self_ship_appointment_slots_availability, :pagination ])


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

def members: () -> [ :self_ship_appointment_slots_availability, :pagination ]

#to_h{ self_ship_appointment_slots_availability: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentSlotsAvailability, pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }



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

def to_h: () -> { self_ship_appointment_slots_availability: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentSlotsAvailability, pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }