class Player

Attributes

token[RW]

Public Class Methods

new(token) click to toggle source
# File lib/player.rb, line 4
def initialize(token)
  @token = token
end