Class: AcpcPokerTypes::DealerData::PokerMatchData::Player

Inherits:
Struct
  • Object
show all
Defined in:
lib/acpc_poker_types/dealer_data/poker_match_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#balanceObject

Returns the value of attribute balance

Returns:

  • (Object)

    the current value of balance



17
18
19
# File 'lib/acpc_poker_types/dealer_data/poker_match_data.rb', line 17

def balance
  @balance
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/acpc_poker_types/dealer_data/poker_match_data.rb', line 17

def name
  @name
end

#seatObject

Returns the value of attribute seat

Returns:

  • (Object)

    the current value of seat



17
18
19
# File 'lib/acpc_poker_types/dealer_data/poker_match_data.rb', line 17

def seat
  @seat
end