Class: Flor::Trace
Instance Method Summary collapse
-
#fei ⇒ Object
create_table :flor_traces do.
Methods inherited from FlorModel
#data, #execution, from_h, #node, #payload, #refresh, #storage, #to_h, #unit
Instance Method Details
#fei ⇒ Object
create_table :flor_traces do
primary_key :id, type: :Integer String :domain, null: false String :exid, null: false String :nid, null: true String :tracer, null: false # 'executor', 'trace' String :text, null: false # 'blah blah blah' String :ctime, null: false String :cunit
index :exid end
21 |
# File 'lib/flor/unit/models/trace.rb', line 21 def fei; [ exid, nid ].join('-') rescue nil; end |