Class: Peddler::APIs::ServicesV1::Poa

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::AppointmentTime? (readonly)

Returns the value of attribute appointment_time.



691
692
693
# File 'sig/peddler/apis/services_v1.rbs', line 691

def appointment_time
  @appointment_time
end

#poa_typeString? (readonly)

Returns the value of attribute poa_type.

Returns:

  • (String, nil)


692
693
694
# File 'sig/peddler/apis/services_v1.rbs', line 692

def poa_type
  @poa_type
end

#techniciansArray[Peddler::APIs::ServicesV1::Technician]? (readonly)

Returns the value of attribute technicians.

Returns:



693
694
695
# File 'sig/peddler/apis/services_v1.rbs', line 693

def technicians
  @technicians
end

#upload_timeTime? (readonly)

Returns the value of attribute upload_time.

Returns:

  • (Time, nil)


694
695
696
# File 'sig/peddler/apis/services_v1.rbs', line 694

def upload_time
  @upload_time
end

#uploading_technicianString? (readonly)

Returns the value of attribute uploading_technician.

Returns:

  • (String, nil)


695
696
697
# File 'sig/peddler/apis/services_v1.rbs', line 695

def uploading_technician
  @uploading_technician
end

Class Method Details

.[](appointment_time:, poa_type:, technicians:, upload_time:, uploading_technician:) ⇒ Peddler::APIs::ServicesV1::Poa .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ServicesV1::Poa

Overloads:



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

def self.[]: (?appointment_time: Peddler::APIs::ServicesV1::AppointmentTime?, ?poa_type: String?, ?technicians: Array[Peddler::APIs::ServicesV1::Technician]?, ?upload_time: Time?, ?uploading_technician: String?) -> Peddler::APIs::ServicesV1::Poa
| (Peddler::APIs::ServicesV1::AppointmentTime?, String?, Array[Peddler::APIs::ServicesV1::Technician]?, Time?, String?) -> Peddler::APIs::ServicesV1::Poa

.members[ :appointment_time, :poa_type, :technicians, :upload_time, :uploading_technician ]

Returns:

  • ([ :appointment_time, :poa_type, :technicians, :upload_time, :uploading_technician ])


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

def self.members: () -> [ :appointment_time, :poa_type, :technicians, :upload_time, :uploading_technician ]

.new(appointment_time:, poa_type:, technicians:, upload_time:, uploading_technician:) ⇒ Peddler::APIs::ServicesV1::Poa .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ServicesV1::Poa

Overloads:



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

def self.new: (?appointment_time: Peddler::APIs::ServicesV1::AppointmentTime?, ?poa_type: String?, ?technicians: Array[Peddler::APIs::ServicesV1::Technician]?, ?upload_time: Time?, ?uploading_technician: String?) -> Peddler::APIs::ServicesV1::Poa
| (Peddler::APIs::ServicesV1::AppointmentTime?, String?, Array[Peddler::APIs::ServicesV1::Technician]?, Time?, String?) -> Peddler::APIs::ServicesV1::Poa

.parsePeddler::APIs::ServicesV1::Poa

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::Poa

Instance Method Details

#members[ :appointment_time, :poa_type, :technicians, :upload_time, :uploading_technician ]

Returns:

  • ([ :appointment_time, :poa_type, :technicians, :upload_time, :uploading_technician ])


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

def members: () -> [ :appointment_time, :poa_type, :technicians, :upload_time, :uploading_technician ]

#to_h{ appointment_time: Peddler::APIs::ServicesV1::AppointmentTime?, poa_type: String?, technicians: Array[Peddler::APIs::ServicesV1::Technician]?, upload_time: Time?, uploading_technician: String? }

Returns:



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

def to_h: () -> { appointment_time: Peddler::APIs::ServicesV1::AppointmentTime?, poa_type: String?, technicians: Array[Peddler::APIs::ServicesV1::Technician]?, upload_time: Time?, uploading_technician: String? }