It will be nice to have a Variable
class, so we can access other keys, not only the result
one. Like
data = RubySpark::Variable.new('core_id')
or
core = RubySpark::Core.new('core_id')
data = RubySpark::Variable.new(core)
So we can use :
data.connected
data.last_heard