Class: Rollable::Result
- Inherits:
-
Struct
- Object
- Struct
- Rollable::Result
- Defined in:
- app/models/concerns/rollable.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
-
#roll ⇒ Object
Returns the value of attribute roll.
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result
50 51 52 |
# File 'app/models/concerns/rollable.rb', line 50 def result @result end |
#roll ⇒ Object
Returns the value of attribute roll
50 51 52 |
# File 'app/models/concerns/rollable.rb', line 50 def roll @roll end |