Method: Focuslight::Data#get_all_graph_all

Defined in:
lib/focuslight/data.rb

#get_all_graph_allObject



182
183
184
185
# File 'lib/focuslight/data.rb', line 182

def get_all_graph_all
  rows = @graphs.reverse_order(:service_name, :section_name, :graph_name).all
  rows.map{|row| Focuslight::Graph.concrete(row)}
end