Class: Peddler::APIs::ServicesV1::Technician

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

#nameString? (readonly)

Returns the value of attribute name.

Returns:

  • (String, nil)


1023
1024
1025
# File 'sig/peddler/apis/services_v1.rbs', line 1023

def name
  @name
end

#technician_idString? (readonly)

Returns the value of attribute technician_id.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::ServicesV1::Technician

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

  • ({ name: String?, technician_id: String? })


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

def to_h: () -> { name: String?, technician_id: String? }