Class: Lol::RuneSlot
Instance Attribute Summary collapse
-
#id ⇒ Fixnum
readonly
Id of RuneSlot.
-
#rune_id ⇒ Fixnum
readonly
Id of Rune.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Lol::Model
Instance Attribute Details
#id ⇒ Fixnum
Returns id of RuneSlot.
5 6 7 |
# File 'lib/lol/rune_slot.rb', line 5 def id @rune_slot_id end |
#rune_id ⇒ Fixnum
Returns id of Rune.
11 12 13 |
# File 'lib/lol/rune_slot.rb', line 11 def rune_id @rune_id end |