Class: HotsApi::Models::Replay

Inherits:
Model
  • Object
show all
Defined in:
lib/hots_api/models/replay.rb

Instance Method Summary collapse

Instance Method Details

#reloadObject



22
23
24
25
26
# File 'lib/hots_api/models/replay.rb', line 22

def reload
  tap do
    self.attributes = HotsApi.replays.find(id).attributes
  end
end