Skip to content

Implement RubySpark::Variable #4

Description

@kalkov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions