Module: Believe::Models::MatchUpdateParams::TicketRevenueGbp
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/believe/models/match_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/match_update_params.rb', line 134
|
Instance Method Details
#initialize(match_id:, attendance: nil, away_score: nil, away_team_id: nil, date: nil, episode_id: nil, home_score: nil, home_team_id: nil, lesson_learned: nil, match_type: nil, possession_percentage: nil, result: nil, ted_halftime_speech: nil, ticket_revenue_gbp: nil, turning_points: nil, weather_temp_celsius: nil, request_options: {}) ⇒ Object
127 128 129 130 131 132 133 134 135 136 |
# File 'lib/believe/models/match_update_params.rb', line 127 module TicketRevenueGbp extend ::Believe::Internal::Type::Union variant Float variant String # @!method self.variants # @return [Array(Float, String)] end |