Class: Fiveruns::Dash::Trace::Step
Instance Method Summary collapse
Instance Method Details
#children ⇒ Object
50 51 52 |
# File 'lib/fiveruns/dash/trace.rb', line 50 def children @children ||= [] end |
#metrics ⇒ Object
46 47 48 |
# File 'lib/fiveruns/dash/trace.rb', line 46 def metrics @metrics ||= [] end |
#to_fjson ⇒ Object
54 55 56 57 58 59 |
# File 'lib/fiveruns/dash/trace.rb', line 54 def to_fjson { :metrics => metrics, :children => children, }.to_fjson end |