Class: Ambling::Xy::Settings::Help
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::Help
- Includes:
- Base
- Defined in:
- lib/ambling/xy.rb
Overview
HELP button and balloon
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:button,:balloon]
Instance Attribute Summary collapse
-
#balloon ⇒ Object
help balloon.
-
#button ⇒ Object
help button is only visible if balloon text is defined.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#balloon ⇒ Object
help balloon
920 921 922 |
# File 'lib/ambling/xy.rb', line 920 def balloon @balloon end |
#button ⇒ Object
help button is only visible if balloon text is defined
915 916 917 |
# File 'lib/ambling/xy.rb', line 915 def @button end |