Class: NbaStats::Resources::DraftCombineDrillResults

Inherits:
ResourceBase
  • Object
show all
Defined in:
lib/nba_stats/resources/draft_combine_drill_results.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, :standing_vertical_leap, :max_vertical_leap, :lane_agility_time, :modified_lane_agility_time, :three_quarter_sprint,
].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_drill_results.rb', line 16

def valid_result_sets
  VALID_RESULT_SETS
end