Class: NbaRb::PerMode

Inherits:
Object
  • Object
show all
Defined in:
lib/nba_rb/constants.rb

Class Attribute Summary collapse

Class Attribute Details

.defaultObject

Returns the value of attribute default.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def default
  @default
end

.minutes_perObject

Returns the value of attribute minutes_per.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def minutes_per
  @minutes_per
end

.per_100_playsObject

Returns the value of attribute per_100_plays.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_100_plays
  @per_100_plays
end

.per_100_possessionsObject

Returns the value of attribute per_100_possessions.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_100_possessions
  @per_100_possessions
end

.per_36Object

Returns the value of attribute per_36.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_36
  @per_36
end

.per_40Object

Returns the value of attribute per_40.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_40
  @per_40
end

.per_48Object

Returns the value of attribute per_48.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_48
  @per_48
end

.per_gameObject

Returns the value of attribute per_game.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_game
  @per_game
end

.per_minuteObject

Returns the value of attribute per_minute.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_minute
  @per_minute
end

.per_playObject

Returns the value of attribute per_play.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_play
  @per_play
end

.per_possessionObject

Returns the value of attribute per_possession.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def per_possession
  @per_possession
end

.totalsObject

Returns the value of attribute totals.



13
14
15
# File 'lib/nba_rb/constants.rb', line 13

def totals
  @totals
end