Method: OpenC3::WidgetModel#as_json

Defined in:
lib/openc3/models/widget_model.rb

#as_json(*a) ⇒ Object



97
98
99
100
101
102
103
104
# File 'lib/openc3/models/widget_model.rb', line 97

def as_json(*a)
  {
    'name' => @name,
    'updated_at' => @updated_at,
    'plugin' => @plugin,
    'needs_dependencies' => @needs_dependencies,
  }
end