class NeofugoClient::PlayerInfo

Attributes

having_card_count[RW]
name[RW]
order_of_finish[RW]
ranking[RW]

Public Instance Methods

inspect() click to toggle source
# File lib/neofugo_client.rb, line 21
def inspect
  "(Player name:r#{@name}, having_card_count: #{@having_card_count}, ranking: #{@ranking}, order_of_finish: #{@order_of_finish})"
end
to_s() click to toggle source
# File lib/neofugo_client.rb, line 17
def to_s
  inspect
end