Class: Q3Servers::Player
- Inherits:
-
Struct
- Object
- Struct
- Q3Servers::Player
- Defined in:
- lib/q3_servers/player.rb
Instance Attribute Summary collapse
-
#kills ⇒ Object
Returns the value of attribute kills.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ping ⇒ Object
Returns the value of attribute ping.
Instance Attribute Details
#kills ⇒ Object
Returns the value of attribute kills
4 5 6 |
# File 'lib/q3_servers/player.rb', line 4 def kills @kills end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/q3_servers/player.rb', line 4 def name @name end |
#ping ⇒ Object
Returns the value of attribute ping
4 5 6 |
# File 'lib/q3_servers/player.rb', line 4 def ping @ping end |