Method: OpenC3::TriggerGroupModel#as_json

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

#as_json(*a) ⇒ Hash



93
94
95
96
97
98
99
100
# File 'lib/openc3/models/trigger_group_model.rb', line 93

def as_json(*a)
  return {
    'name' => @name,
    'scope' => @scope,
    'shard' => @shard,
    'updated_at' => @updated_at,
  }
end