Class: Player

Inherits:
Object
  • Object
show all
Defined in:
lib/Player.rb

Instance Attribute Summary collapse

Instance Attribute Details

#arrayVObject

To create the attributes of the Player



3
4
5
# File 'lib/Player.rb', line 3

def arrayV
  @arrayV
end

#nameObject

To create the attributes of the Player



3
4
5
# File 'lib/Player.rb', line 3

def name
  @name
end

#scoreObject

To create the attributes of the Player



3
4
5
# File 'lib/Player.rb', line 3

def score
  @score
end