Class: Ambling::Line::Settings::Help
- Inherits:
-
Object
- Object
- Ambling::Line::Settings::Help
- Includes:
- Base
- Defined in:
- lib/ambling/line.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
1240 1241 1242 |
# File 'lib/ambling/line.rb', line 1240 def balloon @balloon end |
#button ⇒ Object
help button is only visible if balloon text is defined
1235 1236 1237 |
# File 'lib/ambling/line.rb', line 1235 def @button end |