Module: Believe::Models::TeamUpdateParams::AnnualBudgetGbp
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/believe/models/team_update_params.rb
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
Class Method Details
.variants ⇒ Array(Float, String)
|
|
# File 'lib/believe/models/team_update_params.rb', line 149
|
Instance Method Details
#initialize(team_id:, annual_budget_gbp: nil, average_attendance: nil, contact_email: nil, culture_score: nil, founded_year: nil, is_active: nil, league: nil, name: nil, nickname: nil, primary_color: nil, rival_teams: nil, secondary_color: nil, stadium: nil, stadium_location: nil, values: nil, website: nil, win_percentage: nil, request_options: {}) ⇒ Object
142 143 144 145 146 147 148 149 150 151 |
# File 'lib/believe/models/team_update_params.rb', line 142 module AnnualBudgetGbp extend ::Believe::Internal::Type::Union variant Float variant String # @!method self.variants # @return [Array(Float, String)] end |