class V1::SetGameSerializer
Serializes a SetGame with the following attributes:
Public Instance Methods
server()
click to toggle source
tiebreak()
click to toggle source
Indicate a tiebreak game
-
Returns : true or nil
# File app/serializers/v1/set_game_serializer.rb, line 29 def tiebreak object.tiebreak? ? true : nil end