class Openra::Struct::Client
Public Instance Methods
team()
click to toggle source
# File lib/openra/struct/client.rb, line 26 def team attributes[:team] == '0' ? nil : attributes[:team] end
# File lib/openra/struct/client.rb, line 26 def team attributes[:team] == '0' ? nil : attributes[:team] end