Class: Believe::Models::TeamMemberUpdateParams::Updates::CoachUpdate
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Believe::Models::TeamMemberUpdateParams::Updates::CoachUpdate
- Defined in:
- lib/believe/models/team_member_update_params.rb
Instance Attribute Summary collapse
- #certifications ⇒ Array<String>?
-
#specialty ⇒ Symbol, ...
Coaching specialties.
- #team_id ⇒ String?
- #win_rate ⇒ Float?
- #years_with_team ⇒ Integer?
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Believe::Internal::Type::BaseModel
Instance Attribute Details
#certifications ⇒ Array<String>?
103 |
# File 'lib/believe/models/team_member_update_params.rb', line 103 optional :certifications, ::Believe::Internal::Type::ArrayOf[String], nil?: true |
#specialty ⇒ Symbol, ...
Coaching specialties.
109 |
# File 'lib/believe/models/team_member_update_params.rb', line 109 optional :specialty, enum: -> { ::Believe::CoachSpecialty }, nil?: true |
#team_id ⇒ String?
114 |
# File 'lib/believe/models/team_member_update_params.rb', line 114 optional :team_id, String, nil?: true |
#win_rate ⇒ Float?
119 |
# File 'lib/believe/models/team_member_update_params.rb', line 119 optional :win_rate, Float, nil?: true |
#years_with_team ⇒ Integer?
124 |
# File 'lib/believe/models/team_member_update_params.rb', line 124 optional :years_with_team, Integer, nil?: true |