ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/textual_group.rb

Summary

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