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.
1044 1045 1046 |
# File 'sig/peddler/apis/services_v1.rbs', line 1044 def name @name end |
#technician_id ⇒ String? (readonly)
Returns the value of attribute technician_id.
1045 1046 1047 |
# File 'sig/peddler/apis/services_v1.rbs', line 1045 def technician_id @technician_id end |
Class Method Details
.[](name:, technician_id:) ⇒ Peddler::APIs::ServicesV1::Technician .[](arg0, arg1) ⇒ Peddler::APIs::ServicesV1::Technician
1037 1038 |
# File 'sig/peddler/apis/services_v1.rbs', line 1037
def self.[]: (?name: String?, ?technician_id: String?) -> Peddler::APIs::ServicesV1::Technician
| (String?, String?) -> Peddler::APIs::ServicesV1::Technician
|
.members ⇒ [ :name, :technician_id ]
1040 |
# File 'sig/peddler/apis/services_v1.rbs', line 1040
def self.members: () -> [ :name, :technician_id ]
|
.new(name:, technician_id:) ⇒ Peddler::APIs::ServicesV1::Technician .new(arg0, arg1) ⇒ Peddler::APIs::ServicesV1::Technician
1035 1036 |
# File 'sig/peddler/apis/services_v1.rbs', line 1035
def self.new: (?name: String?, ?technician_id: String?) -> Peddler::APIs::ServicesV1::Technician
| (String?, String?) -> Peddler::APIs::ServicesV1::Technician
|
.parse ⇒ Peddler::APIs::ServicesV1::Technician
1042 |
# File 'sig/peddler/apis/services_v1.rbs', line 1042
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::Technician
|
Instance Method Details
#members ⇒ [ :name, :technician_id ]
1047 |
# File 'sig/peddler/apis/services_v1.rbs', line 1047
def members: () -> [ :name, :technician_id ]
|
#to_h ⇒ { name: String?, technician_id: String? }
1048 |
# File 'sig/peddler/apis/services_v1.rbs', line 1048
def to_h: () -> { name: String?, technician_id: String? }
|