Class: Ambling::Line::Settings::Help

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/line.rb

Overview

HELP button and balloon

Defined Under Namespace

Classes: Balloon, Button

Constant Summary collapse

VALUES =
[:button,:balloon]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#balloonObject

help balloon



1240
1241
1242
# File 'lib/ambling/line.rb', line 1240

def balloon
  @balloon
end

#buttonObject

help button is only visible if balloon text is defined



1235
1236
1237
# File 'lib/ambling/line.rb', line 1235

def button
  @button
end