Class: StudioGame::LoadedDie

Inherits:
Object
  • Object
show all
Includes:
Auditable
Defined in:
lib/studio_game/loaded_die.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Auditable

#audit

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



7
8
9
# File 'lib/studio_game/loaded_die.rb', line 7

def result
  @result
end

#rollObject (readonly)

Returns the value of attribute roll.



7
8
9
# File 'lib/studio_game/loaded_die.rb', line 7

def roll
  @roll
end