Class: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails

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

#appointment_idFloat? (readonly)

Returns the value of attribute appointment_id.

Returns:

  • (Float, nil)


1628
1629
1630
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1628

def appointment_id
  @appointment_id
end

#appointment_slot_timePeddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime? (readonly)

Returns the value of attribute appointment_slot_time.



1629
1630
1631
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1629

def appointment_slot_time
  @appointment_slot_time
end

#appointment_statusString? (readonly)

Returns the value of attribute appointment_status.

Returns:

  • (String, nil)


1630
1631
1632
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1630

def appointment_status
  @appointment_status
end

Class Method Details

.[](appointment_id:, appointment_slot_time:, appointment_status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails

Overloads:



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

def self.[]: (?appointment_id: Float?, ?appointment_slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, ?appointment_status: String?) -> Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
| (Float?, Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, String?) -> Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails

.members[ :appointment_id, :appointment_slot_time, :appointment_status ]

Returns:

  • ([ :appointment_id, :appointment_slot_time, :appointment_status ])


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

def self.members: () -> [ :appointment_id, :appointment_slot_time, :appointment_status ]

.new(appointment_id:, appointment_slot_time:, appointment_status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails

Overloads:



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

def self.new: (?appointment_id: Float?, ?appointment_slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, ?appointment_status: String?) -> Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
| (Float?, Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, String?) -> Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails

.parsePeddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :appointment_id, :appointment_slot_time, :appointment_status ]

Returns:

  • ([ :appointment_id, :appointment_slot_time, :appointment_status ])


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

def members: () -> [ :appointment_id, :appointment_slot_time, :appointment_status ]

#to_h{ appointment_id: Float?, appointment_slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, appointment_status: String? }

Returns:



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

def to_h: () -> { appointment_id: Float?, appointment_slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, appointment_status: String? }