Class: NbaStats::Resources::DraftCombineStats

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

Constant Summary collapse

VALID_RESULT_SETS =

Array of valid result set names for this resource

[
    :draft_combine_stats    # :season, :player_id, :first_name, :last_name, :player_name, :position, :height_wo_shoes, :height_wo_shoes_ft_in, :height_w_shoes, :height_w_shoes_ft_in, :weight, :wingspan, :wingspan_ft_in, :standing_reach, :standing_reach_ft_in, :body_fat_pct, :hand_length, :hand_width, :standing_vertical_leap, :max_vertical_leap, :lane_agility_time, :modified_lane_agility_time, :three_quarter_sprint, :spot_fifteen_corner_left, :spot_fifteen_break_left, :spot_fifteen_top_key, :spot_fifteen_break_right, :spot_fifteen_corner_right, :spot_college_corner_left, :spot_college_break_left, :spot_college_top_key, :spot_college_break_right, :spot_college_corner_right, :spot_nba_corner_left, :spot_nba_break_left, :spot_nba_top_key, :spot_nba_break_right, :spot_nba_corner_right, :off_drib_fifteen_break_left, :off_drib_fifteen_top_key, :off_drib_fifteen_break_right, :off_drib_college_break_left, :off_drib_college_top_key, :off_drib_college_break_right, :on_move_fifteen, :on_move_college,
].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_stats.rb', line 16

def valid_result_sets
  VALID_RESULT_SETS
end