Class: Ambling::Xy::Settings::Help

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/xy.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



920
921
922
# File 'lib/ambling/xy.rb', line 920

def balloon
  @balloon
end

#buttonObject

help button is only visible if balloon text is defined



915
916
917
# File 'lib/ambling/xy.rb', line 915

def button
  @button
end