Class: BCDice::Randomizer::DetailedRandResult
- Inherits:
-
Struct
- Object
- Struct
- BCDice::Randomizer::DetailedRandResult
- Defined in:
- lib/bcdice/randomizer.rb
Overview
実行したダイスロールの詳細
Instance Attribute Summary collapse
- #kind ⇒ Symbol
-
#sides ⇒ Integer
ダイスロールしたダイスの面数.
-
#value ⇒ Integer
値.
Instance Attribute Details
#kind ⇒ Symbol
29 |
# File 'lib/bcdice/randomizer.rb', line 29 DetailedRandResult = Struct.new(:kind, :sides, :value) |
#sides ⇒ Integer
Returns ダイスロールしたダイスの面数.
29 |
# File 'lib/bcdice/randomizer.rb', line 29 DetailedRandResult = Struct.new(:kind, :sides, :value) |
#value ⇒ Integer
Returns 値.
29 |
# File 'lib/bcdice/randomizer.rb', line 29 DetailedRandResult = Struct.new(:kind, :sides, :value) |