ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/textual_custom.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
TextualCustom = Struct.new(:title, :component_name, :items) do
  def locals
    {:title => title, :items => items, :component => component_name}
  end
end