class OldGameSpyQuery::PlayerObject

Attributes

data[RW]

Public Class Methods

new(hash) click to toggle source
# File lib/old_gamespy_query/parser.rb, line 12
def initialize(hash)
  @data = OpenStruct.new(hash)
  return @data
end