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.
816 817 818 |
# File 'sig/peddler/apis/services_v1.rbs', line 816 def appointment_time @appointment_time end |
#reschedule_reason_code ⇒ String (readonly)
Returns the value of attribute reschedule_reason_code.
817 818 819 |
# File 'sig/peddler/apis/services_v1.rbs', line 817 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
809 810 |
# File 'sig/peddler/apis/services_v1.rbs', line 809
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 ]
812 |
# File 'sig/peddler/apis/services_v1.rbs', line 812
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
807 808 |
# File 'sig/peddler/apis/services_v1.rbs', line 807
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
814 |
# File 'sig/peddler/apis/services_v1.rbs', line 814
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::RescheduleAppointmentRequest
|
Instance Method Details
#members ⇒ [ :appointment_time, :reschedule_reason_code ]
819 |
# File 'sig/peddler/apis/services_v1.rbs', line 819
def members: () -> [ :appointment_time, :reschedule_reason_code ]
|
#to_h ⇒ { appointment_time: Peddler::APIs::ServicesV1::AppointmentTimeInput, reschedule_reason_code: String }
820 |
# File 'sig/peddler/apis/services_v1.rbs', line 820
def to_h: () -> { appointment_time: Peddler::APIs::ServicesV1::AppointmentTimeInput, reschedule_reason_code: String }
|