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.
1628 1629 1630 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1628 def appointment_id @appointment_id end |
#appointment_slot_time ⇒ Peddler::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_status ⇒ String? (readonly)
Returns the value of attribute appointment_status.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::SelfShipAppointmentDetails
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 ]
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? }
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? }
|