Class: Ambling::Stock::Settings::Scroller::Grid

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

Overview

true

(true / false) #

Constant Summary collapse

VALUES =
[:enabled,:max_count,:color,:alpha,:dashed,:dash_lenght]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#alphaObject

false

(true / false) #



1727
1728
1729
# File 'lib/ambling/stock.rb', line 1727

def alpha
  @alpha
end

#colorObject

40

(Number) #



1723
1724
1725
# File 'lib/ambling/stock.rb', line 1723

def color
  @color
end

#dash_lenghtObject

Returns the value of attribute dash_lenght.



1735
1736
1737
# File 'lib/ambling/stock.rb', line 1735

def dash_lenght
  @dash_lenght
end

#dashedObject

5

(Number) #



1731
1732
1733
# File 'lib/ambling/stock.rb', line 1731

def dashed
  @dashed
end

#enabledObject

5

(Number) #



1715
1716
1717
# File 'lib/ambling/stock.rb', line 1715

def enabled
  @enabled
end

#max_countObject

#FFFFFF

(hex code) #



1719
1720
1721
# File 'lib/ambling/stock.rb', line 1719

def max_count
  @max_count
end