Class: Wowr::Classes::BaseStat
- Inherits:
-
Object
- Object
- Wowr::Classes::BaseStat
- Defined in:
- lib/wowr/character.rb
Overview
abstract?
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
-
#effective ⇒ Object
readonly
Returns the value of attribute effective.
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base.
327 328 329 |
# File 'lib/wowr/character.rb', line 327 def base @base end |
#effective ⇒ Object (readonly)
Returns the value of attribute effective.
327 328 329 |
# File 'lib/wowr/character.rb', line 327 def effective @effective end |