Class: BattleRoyal::Weapon

Inherits:
Struct
  • Object
show all
Defined in:
lib/battle_royal/weapon_chest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



2
3
4
# File 'lib/battle_royal/weapon_chest.rb', line 2

def name
  @name
end

#pointsObject

Returns the value of attribute points



2
3
4
# File 'lib/battle_royal/weapon_chest.rb', line 2

def points
  @points
end