Class: Peddler::APIs::ServicesV1::RescheduleAppointmentRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/services_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#appointment_timePeddler::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_codeString (readonly)

Returns the value of attribute reschedule_reason_code.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ServicesV1::RescheduleAppointmentRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:



839
# File 'sig/peddler/apis/services_v1.rbs', line 839

def to_h: () -> { appointment_time: Peddler::APIs::ServicesV1::AppointmentTimeInput, reschedule_reason_code: String }