mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
More styling changes
This commit is contained in:
@@ -22,7 +22,7 @@ class W3DHub
|
||||
def initialize(hash)
|
||||
@data = hash
|
||||
|
||||
@id = @data[:id]
|
||||
@id = @data[:id].to_s
|
||||
@name = @data[:name]
|
||||
@type = @data[:type]
|
||||
@category = @data[:category]
|
||||
@@ -44,7 +44,7 @@ class W3DHub
|
||||
def initialize(hash)
|
||||
@data = hash
|
||||
|
||||
@id = @data[:id]
|
||||
@id = @data[:id].to_s
|
||||
@name = @data[:name]
|
||||
@user_level = @data[:"user-level"]
|
||||
@current_version = @data[:"current-version"]
|
||||
|
||||
Reference in New Issue
Block a user