Class: NbaRb::Team::PassTracking
- Defined in:
- lib/nba_rb/team/pass_tracking.rb
Instance Attribute Summary
Attributes inherited from Dashboard
#data, #date_from, #date_to, #game_segment, #last_n_games, #league_id, #location, #measure_type, #month, #opponent_team_id, #outcome, #pace_adjust, #per_mode, #period, #plus_minus, #po_round, #rank, #season, #season_segment, #season_type, #shot_clock_range, #team_id, #vs_conference, #vs_division
Instance Method Summary collapse
Methods inherited from Dashboard
#endpoint, #initialize, #overall
Methods included from StatsRequest
Methods included from Initializable
Methods included from StatsHash
Constructor Details
This class inherits a constructor from NbaRb::Team::Dashboard
Instance Method Details
#passes_made ⇒ Object
6 7 8 |
# File 'lib/nba_rb/team/pass_tracking.rb', line 6 def passes_made create_stats_hash(@data[0]) end |
#passes_recieved ⇒ Object
10 11 12 |
# File 'lib/nba_rb/team/pass_tracking.rb', line 10 def passes_recieved create_stats_hash(@data[1]) end |