mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Cache application data for offline use
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
class W3DHub
|
||||
class Api
|
||||
class Applications
|
||||
attr_reader :data
|
||||
|
||||
def initialize(response)
|
||||
@data = JSON.parse(response, symbolize_names: true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user