AXElements/AXElements

View on GitHub
lib/ax/pop_up_button.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'ax/element'

##
# UI Element for pop up buttons.
class AX::PopUpButton < AX::Element
end

##
# An alias for {AX::PopUpButton}.
#
# @return [Class]
AX::PopUp = AX::PopUpButton