Class: NbaStats::Resources::DraftCombineNonStationaryShooting

Inherits:
ResourceBase
  • Object
show all
Defined in:
lib/nba_stats/resources/draft_combine_non_stationary_shooting.rb

Constant Summary collapse

VALID_RESULT_SETS =

Array of valid result set names for this resource

[
    :results    # :temp_player_id, :player_id, :first_name, :last_name, :player_name, :position, :off_drib_fifteen_break_left_made, :off_drib_fifteen_break_left_attempt, :off_drib_fifteen_break_left_pct, :off_drib_fifteen_top_key_made, :off_drib_fifteen_top_key_attempt, :off_drib_fifteen_top_key_pct, :off_drib_fifteen_break_right_made, :off_drib_fifteen_break_right_attempt, :off_drib_fifteen_break_right_pct, :off_drib_college_break_left_made, :off_drib_college_break_left_attempt, :off_drib_college_break_left_pct, :off_drib_college_top_key_made, :off_drib_college_top_key_attempt, :off_drib_college_top_key_pct, :off_drib_college_break_right_made, :off_drib_college_break_right_attempt, :off_drib_college_break_right_pct, :on_move_fifteen_made, :on_move_fifteen_attempt, :on_move_fifteen_pct, :on_move_college_made, :on_move_college_attempt, :on_move_college_pct,
].freeze

Instance Attribute Summary

Attributes inherited from ResourceBase

#json, #name, #params, #result_sets

Instance Method Summary collapse

Methods inherited from ResourceBase

#initialize, #to_s

Constructor Details

This class inherits a constructor from NbaStats::Resources::ResourceBase

Instance Method Details

#valid_result_setsArray

Returns:

  • (Array)


16
17
18
# File 'lib/nba_stats/resources/draft_combine_non_stationary_shooting.rb', line 16

def valid_result_sets
  VALID_RESULT_SETS
end