Class: Player
- Inherits:
-
Object
- Object
- Player
- Defined in:
- lib/Player.rb
Instance Attribute Summary collapse
-
#arrayV ⇒ Object
To create the attributes of the Player.
-
#name ⇒ Object
To create the attributes of the Player.
-
#score ⇒ Object
To create the attributes of the Player.
Instance Attribute Details
#arrayV ⇒ Object
To create the attributes of the Player
3 4 5 |
# File 'lib/Player.rb', line 3 def arrayV @arrayV end |
#name ⇒ Object
To create the attributes of the Player
3 4 5 |
# File 'lib/Player.rb', line 3 def name @name end |
#score ⇒ Object
To create the attributes of the Player
3 4 5 |
# File 'lib/Player.rb', line 3 def score @score end |