Class: Ambling::Stock::Settings::PeriodSelector::Input

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

Overview

#FFFFFF

() #

Constant Summary collapse

VALUES =
[:bg_color,:text_size,:text_color,:border_color,:border_width,:corner_radius]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#bg_colorObject

period_selector.text_size

(Number) #



1436
1437
1438
# File 'lib/ambling/stock.rb', line 1436

def bg_color
  @bg_color
end

#border_colorObject

0

(Number) #



1448
1449
1450
# File 'lib/ambling/stock.rb', line 1448

def border_color
  @border_color
end

#border_widthObject

3

(Number) #



1452
1453
1454
# File 'lib/ambling/stock.rb', line 1452

def border_width
  @border_width
end

#corner_radiusObject

Returns the value of attribute corner_radius.



1456
1457
1458
# File 'lib/ambling/stock.rb', line 1456

def corner_radius
  @corner_radius
end

#text_colorObject

#ABABAB

(hex code) #



1444
1445
1446
# File 'lib/ambling/stock.rb', line 1444

def text_color
  @text_color
end

#text_sizeObject

period_selector.text_color

(hex code) #



1440
1441
1442
# File 'lib/ambling/stock.rb', line 1440

def text_size
  @text_size
end