class NeofugoClient::History
Attributes
action[RW]
cards[RW]
player_num[RW]
Public Instance Methods
inspect()
click to toggle source
# File lib/neofugo_client.rb, line 87 def inspect "(Hist player_num: #{@player_num}, action: #{@action}, cards: #{@cards})" end
to_s()
click to toggle source
# File lib/neofugo_client.rb, line 84 def to_s inspect end