Class: NbaRb::MeasureType
- Inherits:
-
Object
- Object
- NbaRb::MeasureType
- Defined in:
- lib/nba_rb/constants.rb
Class Attribute Summary collapse
-
.advanced ⇒ Object
Returns the value of attribute advanced.
-
.base ⇒ Object
Returns the value of attribute base.
-
.default ⇒ Object
Returns the value of attribute default.
-
.four_factors ⇒ Object
Returns the value of attribute four_factors.
-
.misc ⇒ Object
Returns the value of attribute misc.
-
.opponent ⇒ Object
Returns the value of attribute opponent.
-
.scoring ⇒ Object
Returns the value of attribute scoring.
-
.usage ⇒ Object
Returns the value of attribute usage.
Class Attribute Details
.advanced ⇒ Object
Returns the value of attribute advanced.
55 56 57 |
# File 'lib/nba_rb/constants.rb', line 55 def advanced @advanced end |
.base ⇒ Object
Returns the value of attribute base.
55 56 57 |
# File 'lib/nba_rb/constants.rb', line 55 def base @base end |
.default ⇒ Object
Returns the value of attribute default.
55 56 57 |
# File 'lib/nba_rb/constants.rb', line 55 def default @default end |
.four_factors ⇒ Object
Returns the value of attribute four_factors.
55 56 57 |
# File 'lib/nba_rb/constants.rb', line 55 def four_factors @four_factors end |
.misc ⇒ Object
Returns the value of attribute misc.
55 56 57 |
# File 'lib/nba_rb/constants.rb', line 55 def misc @misc end |
.opponent ⇒ Object
Returns the value of attribute opponent.
55 56 57 |
# File 'lib/nba_rb/constants.rb', line 55 def opponent @opponent end |
.scoring ⇒ Object
Returns the value of attribute scoring.
55 56 57 |
# File 'lib/nba_rb/constants.rb', line 55 def scoring @scoring end |
.usage ⇒ Object
Returns the value of attribute usage.
55 56 57 |
# File 'lib/nba_rb/constants.rb', line 55 def usage @usage end |