Class: Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#appointment_time ⇒ Peddler::APIs::ServicesV1::AppointmentTimeInput
readonly
Returns the value of attribute appointment_time.
-
#reschedule_reason_code ⇒ String
readonly
Returns the value of attribute reschedule_reason_code.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :appointment_time, :reschedule_reason_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
Instance Method Summary collapse
-
#members ⇒ [ :appointment_time, :reschedule_reason_code ]
-
#to_h ⇒ { appointment_time: Peddler::APIs::ServicesV1::AppointmentTimeInput, reschedule_reason_code: String }
Instance Attribute Details
#appointment_time ⇒ Peddler::APIs::ServicesV1::AppointmentTimeInput (readonly)
Returns the value of attribute appointment_time.
835 836 837 |
# File 'sig/peddler/apis/services_v1.rbs', line 835 def appointment_time @appointment_time end |
#reschedule_reason_code ⇒ String (readonly)
Returns the value of attribute reschedule_reason_code.
836 837 838 |
# File 'sig/peddler/apis/services_v1.rbs', line 836 def reschedule_reason_code @reschedule_reason_code end |
Class Method Details
.[](appointment_time:, reschedule_reason_code:) ⇒ Peddler::APIs::ServicesV1::RescheduleAppointmentRequest .[](arg0, arg1) ⇒ Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
828 829 |
# File 'sig/peddler/apis/services_v1.rbs', line 828
def self.[]: (appointment_time: Peddler::APIs::ServicesV1::AppointmentTimeInput, reschedule_reason_code: String) -> Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
| (Peddler::APIs::ServicesV1::AppointmentTimeInput, String) -> Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
|
.members ⇒ [ :appointment_time, :reschedule_reason_code ]
831 |
# File 'sig/peddler/apis/services_v1.rbs', line 831
def self.members: () -> [ :appointment_time, :reschedule_reason_code ]
|
.new(appointment_time:, reschedule_reason_code:) ⇒ Peddler::APIs::ServicesV1::RescheduleAppointmentRequest .new(arg0, arg1) ⇒ Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
826 827 |
# File 'sig/peddler/apis/services_v1.rbs', line 826
def self.new: (appointment_time: Peddler::APIs::ServicesV1::AppointmentTimeInput, reschedule_reason_code: String) -> Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
| (Peddler::APIs::ServicesV1::AppointmentTimeInput, String) -> Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
|
.parse ⇒ Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
833 |
# File 'sig/peddler/apis/services_v1.rbs', line 833
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
|
Instance Method Details
#members ⇒ [ :appointment_time, :reschedule_reason_code ]
838 |
# File 'sig/peddler/apis/services_v1.rbs', line 838
def members: () -> [ :appointment_time, :reschedule_reason_code ]
|
#to_h ⇒ { appointment_time: Peddler::APIs::ServicesV1::AppointmentTimeInput, reschedule_reason_code: String }
839 |
# File 'sig/peddler/apis/services_v1.rbs', line 839
def to_h: () -> { appointment_time: Peddler::APIs::ServicesV1::AppointmentTimeInput, reschedule_reason_code: String }
|