Class: Believe::Models::MatchUpdateParams
Overview
Defined Under Namespace
Modules: TicketRevenueGbp
Instance Attribute Summary collapse
#request_options
Method Summary
dump_request
included
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#attendance ⇒ Integer?
18
|
# File 'lib/believe/models/match_update_params.rb', line 18
optional :attendance, Integer, nil?: true
|
#away_score ⇒ Integer?
23
|
# File 'lib/believe/models/match_update_params.rb', line 23
optional :away_score, Integer, nil?: true
|
#away_team_id ⇒ String?
28
|
# File 'lib/believe/models/match_update_params.rb', line 28
optional :away_team_id, String, nil?: true
|
#date ⇒ Time?
33
|
# File 'lib/believe/models/match_update_params.rb', line 33
optional :date, Time, nil?: true
|
#episode_id ⇒ String?
38
|
# File 'lib/believe/models/match_update_params.rb', line 38
optional :episode_id, String, nil?: true
|
#home_score ⇒ Integer?
43
|
# File 'lib/believe/models/match_update_params.rb', line 43
optional :home_score, Integer, nil?: true
|
#home_team_id ⇒ String?
48
|
# File 'lib/believe/models/match_update_params.rb', line 48
optional :home_team_id, String, nil?: true
|
#lesson_learned ⇒ String?
53
|
# File 'lib/believe/models/match_update_params.rb', line 53
optional :lesson_learned, String, nil?: true
|
#match_id ⇒ String
13
|
# File 'lib/believe/models/match_update_params.rb', line 13
required :match_id, String
|
#match_type ⇒ Symbol, ...
59
|
# File 'lib/believe/models/match_update_params.rb', line 59
optional :match_type, enum: -> { ::Believe::MatchType }, nil?: true
|
#possession_percentage ⇒ Float?
64
|
# File 'lib/believe/models/match_update_params.rb', line 64
optional :possession_percentage, Float, nil?: true
|
#result ⇒ Symbol, ...
70
|
# File 'lib/believe/models/match_update_params.rb', line 70
optional :result, enum: -> { ::Believe::MatchResult }, nil?: true
|
#ted_halftime_speech ⇒ String?
75
|
# File 'lib/believe/models/match_update_params.rb', line 75
optional :ted_halftime_speech, String, nil?: true
|
#ticket_revenue_gbp ⇒ Float, ...
80
|
# File 'lib/believe/models/match_update_params.rb', line 80
optional :ticket_revenue_gbp, union: -> { ::Believe::MatchUpdateParams::TicketRevenueGbp }, nil?: true
|
#weather_temp_celsius ⇒ Float?
90
|
# File 'lib/believe/models/match_update_params.rb', line 90
optional :weather_temp_celsius, Float, nil?: true
|