Class: Ambling::Stock::Settings::Background

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

Overview

#FFFFFF

(hex code) #

Constant Summary collapse

VALUES =
[:color,:alpha,:border_color,:border_alpha]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#alphaObject

#000000

#



1569
1570
1571
# File 'lib/ambling/stock.rb', line 1569

def alpha
  @alpha
end

#border_alphaObject

Returns the value of attribute border_alpha.



1577
1578
1579
# File 'lib/ambling/stock.rb', line 1577

def border_alpha
  @border_alpha
end

#border_colorObject

0

(Number)#



1573
1574
1575
# File 'lib/ambling/stock.rb', line 1573

def border_color
  @border_color
end

#colorObject

0

(Number) #



1565
1566
1567
# File 'lib/ambling/stock.rb', line 1565

def color
  @color
end