module Evesync::IPC::Data
Public Class Methods
from_json(json)
click to toggle source
# File lib/evesync/ipc/data/utils.rb, line 8 def self.from_json(json) hash = JSON.parse(json) Class.new.extend(Unhashable).from_hash(hash) end