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)


1044
1045
1046
# File 'sig/peddler/apis/services_v1.rbs', line 1044

def name
  @name
end

#technician_idString? (readonly)

Returns the value of attribute technician_id.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::ServicesV1::Technician

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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


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

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