下記の問題の意図が全くわからず、教えてください。
↓
※ 以降プログラムについては Ruby で提出ください。
下記プログラムで動作する BattleRecord class を定義してください。
rb
params = { id: 1, battle_id: 2, user_id: 5, point: 50 }
battle_record = BattleRecord.new(params)
出力結果の例
battle_record.id
=> 1
battle_record.battle_id
=> 2
battle_record.user_id
=> 5
battle_record.point
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。