Class: ContextDev::Models::BatchSubmitResponse::Person::Skill
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::BatchSubmitResponse::Person::Skill
- Defined in:
- lib/context_dev/models/batch_submit_response.rb,
sig/context_dev/models/batch_submit_response.rbs
Instance Attribute Summary collapse
-
#name ⇒ String
Skill name.
-
#normalized ⇒ String?
Standardized skill name, when available.
-
#proficiency ⇒ String?
Skill proficiency, when available.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
498 |
# File 'sig/context_dev/models/batch_submit_response.rbs', line 498
def initialize: (
|
Instance Attribute Details
#name ⇒ String
Skill name.
555 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 555 required :name, String |
#normalized ⇒ String?
Standardized skill name, when available.
561 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 561 optional :normalized, String |
#proficiency ⇒ String?
Skill proficiency, when available.
567 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 567 optional :proficiency, String |
Instance Method Details
#to_hash ⇒ {
504 |
# File 'sig/context_dev/models/batch_submit_response.rbs', line 504
def to_hash: -> {
|