Class: Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#appointment_id ⇒ Float?
readonly
Returns the value of attribute appointment_id.
-
#appointment_slot_time ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?
readonly
Returns the value of attribute appointment_slot_time.
-
#appointment_status ⇒ String?
readonly
Returns the value of attribute appointment_status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :appointment_id, :appointment_slot_time, :appointment_status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
Instance Method Summary collapse
-
#members ⇒ [ :appointment_id, :appointment_slot_time, :appointment_status ]
-
#to_h ⇒ { appointment_id: Float?, appointment_slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, appointment_status: String? }
Instance Attribute Details
#appointment_id ⇒ Float? (readonly)
Returns the value of attribute appointment_id.
1629 1630 1631 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1629 def appointment_id @appointment_id end |
#appointment_slot_time ⇒ Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime? (readonly)
Returns the value of attribute appointment_slot_time.
1630 1631 1632 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1630 def appointment_slot_time @appointment_slot_time end |
#appointment_status ⇒ String? (readonly)
Returns the value of attribute appointment_status.
1631 1632 1633 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1631 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
1622 1623 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1622
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 ]
1625 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1625
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
1620 1621 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1620
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
1627 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1627
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
|
Instance Method Details
#members ⇒ [ :appointment_id, :appointment_slot_time, :appointment_status ]
1633 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1633
def members: () -> [ :appointment_id, :appointment_slot_time, :appointment_status ]
|
#to_h ⇒ { appointment_id: Float?, appointment_slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, appointment_status: String? }
1634 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1634
def to_h: () -> { appointment_id: Float?, appointment_slot_time: Peddler::APIs::FulfillmentInbound20240320::AppointmentSlotTime?, appointment_status: String? }
|