Module: Believe::Models::TeamMemberUpdateParams::Updates
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/believe/models/team_member_update_params.rb
Overview
Update model for players.
Defined Under Namespace
Classes: CoachUpdate, EquipmentManagerUpdate, MedicalStaffUpdate, PlayerUpdate
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(license_number: nil, qualifications: nil, specialty: nil, team_id: nil, years_with_team: nil) ⇒ Object
Update model for medical staff.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(::Believe::Models::TeamMemberUpdateParams::Updates::PlayerUpdate, ::Believe::Models::TeamMemberUpdateParams::Updates::CoachUpdate, ::Believe::Models::TeamMemberUpdateParams::Updates::MedicalStaffUpdate, ::Believe::Models::TeamMemberUpdateParams::Updates::EquipmentManagerUpdate)
|
|
# File 'lib/believe/models/team_member_update_params.rb', line 211
|
Instance Method Details
#initialize(license_number: nil, qualifications: nil, specialty: nil, team_id: nil, years_with_team: nil) ⇒ Object
Update model for medical staff.
|
|
# File 'lib/believe/models/team_member_update_params.rb', line 81
|