Class: Ambling::Stock::Settings::Scroller::Playback::SpeedIndicator

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

Overview

true

(true / false) #

Constant Summary collapse

VALUES =
[:enabled,:color,:bg_color]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#bg_colorObject

Returns the value of attribute bg_color.



1806
1807
1808
# File 'lib/ambling/stock.rb', line 1806

def bg_color
  @bg_color
end

#colorObject

#ABABAB

(hex code) #



1802
1803
1804
# File 'lib/ambling/stock.rb', line 1802

def color
  @color
end

#enabledObject

#000000

(hex code) #



1798
1799
1800
# File 'lib/ambling/stock.rb', line 1798

def enabled
  @enabled
end