Class: Ambling::Stock::Settings::Scroller::Values

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

Overview

true

(true / false) #

Constant Summary collapse

VALUES =
[:enabled,:text_color,:text_size]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#enabledObject

text_color

(hex code) #



1745
1746
1747
# File 'lib/ambling/stock.rb', line 1745

def enabled
  @enabled
end

#text_colorObject

text_size

(Number) #



1749
1750
1751
# File 'lib/ambling/stock.rb', line 1749

def text_color
  @text_color
end

#text_sizeObject

Returns the value of attribute text_size.



1753
1754
1755
# File 'lib/ambling/stock.rb', line 1753

def text_size
  @text_size
end