Class: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#slot_id ⇒ String
readonly
Returns the value of attribute slot_id.
-
#slot_time ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime
readonly
Returns the value of attribute slot_time.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :slot_id, :slot_time ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot
Instance Method Summary collapse
-
#members ⇒ [ :slot_id, :slot_time ]
-
#to_h ⇒ { slot_id: String, slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime }
Instance Attribute Details
#slot_id ⇒ String (readonly)
Returns the value of attribute slot_id.
66 67 68 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 66 def slot_id @slot_id end |
#slot_time ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlot
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 ]
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 }
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 }
|