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.



816
817
818
# File 'sig/peddler/apis/services_v1.rbs', line 816

def appointment_time
  @appointment_time
end

#reschedule_reason_codeString (readonly)

Returns the value of attribute reschedule_reason_code.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::ServicesV1::RescheduleAppointmentRequest

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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

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