Class: BCDice::CommonCommand::AddDice::Randomizer::RandResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/bcdice/common_command/add_dice/randomizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sidesObject

Returns the value of attribute sides

Returns:

  • (Object)

    the current value of sides



9
10
11
# File 'lib/bcdice/common_command/add_dice/randomizer.rb', line 9

def sides
  @sides
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/bcdice/common_command/add_dice/randomizer.rb', line 9

def value
  @value
end