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

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

Instance Method Details

#initialize(license_number: nil, qualifications: nil, specialty: nil, team_id: nil, years_with_team: nil) ⇒ Object

Update model for medical staff.

Parameters:

  • license_number (String, nil) (defaults to: nil)
  • qualifications (Array<String>, nil) (defaults to: nil)
  • specialty (Symbol, ::Believe::Models::MedicalSpecialty, nil) (defaults to: nil)

    Medical staff specialties.

  • team_id (String, nil) (defaults to: nil)
  • years_with_team (Integer, nil) (defaults to: nil)


# File 'lib/believe/models/team_member_update_params.rb', line 81