Class: BCDice::GameSystem::NanimonaiMura::ResultData
- Inherits:
-
Struct
- Object
- Struct
- BCDice::GameSystem::NanimonaiMura::ResultData
- Defined in:
- lib/bcdice/game_system/NanimonaiMura.rb
Instance Attribute Summary collapse
-
#critical ⇒ Object
Returns the value of attribute critical.
-
#result_text ⇒ Object
Returns the value of attribute result_text.
-
#score ⇒ Object
Returns the value of attribute score.
-
#success ⇒ Object
Returns the value of attribute success.
-
#success_level ⇒ Object
Returns the value of attribute success_level.
Instance Attribute Details
#critical ⇒ Object
Returns the value of attribute critical
27 28 29 |
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27 def critical @critical end |
#result_text ⇒ Object
Returns the value of attribute result_text
27 28 29 |
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27 def result_text @result_text end |
#score ⇒ Object
Returns the value of attribute score
27 28 29 |
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27 def score @score end |
#success ⇒ Object
Returns the value of attribute success
27 28 29 |
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27 def success @success end |
#success_level ⇒ Object
Returns the value of attribute success_level
27 28 29 |
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27 def success_level @success_level end |