Class: Peddler::APIs::ServicesV1::Poa
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::Poa
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#appointment_time ⇒ Peddler::APIs::ServicesV1::AppointmentTime?
readonly
Returns the value of attribute appointment_time.
-
#poa_type ⇒ String?
readonly
Returns the value of attribute poa_type.
-
#technicians ⇒ Array[Peddler::APIs::ServicesV1::Technician]?
readonly
Returns the value of attribute technicians.
-
#upload_time ⇒ Time?
readonly
Returns the value of attribute upload_time.
-
#uploading_technician ⇒ String?
readonly
Returns the value of attribute uploading_technician.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :appointment_time, :poa_type, :technicians, :upload_time, :uploading_technician ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::Poa
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#appointment_time ⇒ Peddler::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_type ⇒ String? (readonly)
Returns the value of attribute poa_type.
692 693 694 |
# File 'sig/peddler/apis/services_v1.rbs', line 692 def poa_type @poa_type end |
#technicians ⇒ Array[Peddler::APIs::ServicesV1::Technician]? (readonly)
Returns the value of attribute technicians.
693 694 695 |
# File 'sig/peddler/apis/services_v1.rbs', line 693 def technicians @technicians end |
#upload_time ⇒ Time? (readonly)
Returns the value of attribute upload_time.
694 695 696 |
# File 'sig/peddler/apis/services_v1.rbs', line 694 def upload_time @upload_time end |
#uploading_technician ⇒ String? (readonly)
Returns the value of attribute uploading_technician.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ServicesV1::Poa
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 ]
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? }
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? }
|