Class: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot

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

#slot_idString (readonly)

Returns the value of attribute slot_id.

Returns:

  • (String)


66
67
68
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 66

def slot_id
  @slot_id
end

#slot_timePeddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime (readonly)

Returns the value of attribute slot_time.



67
68
69
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 67

def slot_time
  @slot_time
end

Class Method Details

.[](slot_id:, slot_time:) ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot



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

def self.[]: (slot_id: String, slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime) -> Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot
| (String, Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime) -> Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot

.members[ :slot_id, :slot_time ]

Returns:

  • ([ :slot_id, :slot_time ])


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

def self.members: () -> [ :slot_id, :slot_time ]

.new(slot_id:, slot_time:) ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot



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

def self.new: (slot_id: String, slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime) -> Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot
| (String, Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime) -> Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot

.parsePeddler::APIs::FulfillmentInbound20240320::AppointmentSlot

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :slot_id, :slot_time ]

Returns:

  • ([ :slot_id, :slot_time ])


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

def members: () -> [ :slot_id, :slot_time ]

#to_h{ slot_id: String, slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime }

Returns:



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

def to_h: () -> { slot_id: String, slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime }