Method: OpenC3::PluginModel#as_json
- Defined in:
- lib/openc3/models/plugin_model.rb
#as_json(*a) ⇒ Object
269 270 271 272 273 274 275 276 277 |
# File 'lib/openc3/models/plugin_model.rb', line 269 def as_json(*a) { 'name' => @name, 'variables' => @variables, 'plugin_txt_lines' => @plugin_txt_lines, 'needs_dependencies' => @needs_dependencies, 'updated_at' => @updated_at } end |