Class: Sportradar::Api::Basketball::Review
- Inherits:
-
Play::Base
- Object
- Data
- Play::Base
- Sportradar::Api::Basketball::Review
- Defined in:
- lib/sportradar/api/basketball/plays/review.rb
Instance Attribute Summary
Attributes inherited from Play::Base
#clock, #description, #event_type, #game_seconds, #half, #id, #identifier, #location, #on_court, #on_court_ids, #player_id, #possession, #quarter, #response, #score, #statistics, #team_id, #updated
Instance Method Summary collapse
Methods inherited from Play::Base
#==, #base_key, #clock_seconds, #end_of_ot?, #end_of_period?, #end_of_regulation?, #halftime?, #handle_on_court, #handle_time, #initialize, #media_timeout?, #nba_game_seconds, #parse_statistics, #period, #points, #quarter_break?, #scoring_play?, #timeout?, #update
Methods inherited from Data
#all_attributes, #attributes, #create_data, #parse_into_array, #parse_into_array_with_options, #parse_out_hashes, #structure_links, #update_data
Constructor Details
This class inherits a constructor from Sportradar::Api::Basketball::Play::Base
Instance Method Details
#display_type ⇒ Object
5 6 7 |
# File 'lib/sportradar/api/basketball/plays/review.rb', line 5 def display_type 'Review' end |