Class: NbaRb::Outcome

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.



85
86
87
# File 'lib/nba_rb/constants.rb', line 85

def default
  @default
end

.lossObject

Returns the value of attribute loss.



85
86
87
# File 'lib/nba_rb/constants.rb', line 85

def loss
  @loss
end

.winObject

Returns the value of attribute win.



85
86
87
# File 'lib/nba_rb/constants.rb', line 85

def win
  @win
end