Class: Peddler::APIs::ServicesV1::Technician
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::Technician
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#name ⇒ String?
readonly
Returns the value of attribute name.
-
#technician_id ⇒ String?
readonly
Returns the value of attribute technician_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :name, :technician_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::Technician
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ String? (readonly)
Returns the value of attribute name.
1023 1024 1025 |
# File 'sig/peddler/apis/services_v1.rbs', line 1023 def name @name end |
#technician_id ⇒ String? (readonly)
Returns the value of attribute technician_id.
1024 1025 1026 |
# File 'sig/peddler/apis/services_v1.rbs', line 1024 def technician_id @technician_id end |
Class Method Details
.[](name:, technician_id:) ⇒ Peddler::APIs::ServicesV1::Technician .[](arg0, arg1) ⇒ Peddler::APIs::ServicesV1::Technician
1016 1017 |
# File 'sig/peddler/apis/services_v1.rbs', line 1016
def self.[]: (?name: String?, ?technician_id: String?) -> Peddler::APIs::ServicesV1::Technician
| (String?, String?) -> Peddler::APIs::ServicesV1::Technician
|
.members ⇒ [ :name, :technician_id ]
1019 |
# File 'sig/peddler/apis/services_v1.rbs', line 1019
def self.members: () -> [ :name, :technician_id ]
|
.new(name:, technician_id:) ⇒ Peddler::APIs::ServicesV1::Technician .new(arg0, arg1) ⇒ Peddler::APIs::ServicesV1::Technician
1014 1015 |
# File 'sig/peddler/apis/services_v1.rbs', line 1014
def self.new: (?name: String?, ?technician_id: String?) -> Peddler::APIs::ServicesV1::Technician
| (String?, String?) -> Peddler::APIs::ServicesV1::Technician
|
.parse ⇒ Peddler::APIs::ServicesV1::Technician
1021 |
# File 'sig/peddler/apis/services_v1.rbs', line 1021
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::Technician
|
Instance Method Details
#members ⇒ [ :name, :technician_id ]
1026 |
# File 'sig/peddler/apis/services_v1.rbs', line 1026
def members: () -> [ :name, :technician_id ]
|
#to_h ⇒ { name: String?, technician_id: String? }
1027 |
# File 'sig/peddler/apis/services_v1.rbs', line 1027
def to_h: () -> { name: String?, technician_id: String? }
|