Class: Ambling::Stock::Settings::Charts::Chart::Grid::YRight
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Charts::Chart::Grid::YRight
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Constant Summary collapse
- VALUES =
[:enabled,:color,:alpha,:dashed,:dash_length,:approx_count,:fill_color,:fill_alpha]
Instance Attribute Summary collapse
-
#alpha ⇒ Object
Returns the value of attribute alpha.
-
#approx_count ⇒ Object
Returns the value of attribute approx_count.
-
#color ⇒ Object
Returns the value of attribute color.
-
#dash_length ⇒ Object
Returns the value of attribute dash_length.
-
#dashed ⇒ Object
Returns the value of attribute dashed.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#fill_alpha ⇒ Object
Returns the value of attribute fill_alpha.
-
#fill_color ⇒ Object
Returns the value of attribute fill_color.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#alpha ⇒ Object
Returns the value of attribute alpha.
551 552 553 |
# File 'lib/ambling/stock.rb', line 551 def alpha @alpha end |
#approx_count ⇒ Object
Returns the value of attribute approx_count.
563 564 565 |
# File 'lib/ambling/stock.rb', line 563 def approx_count @approx_count end |
#color ⇒ Object
Returns the value of attribute color.
547 548 549 |
# File 'lib/ambling/stock.rb', line 547 def color @color end |
#dash_length ⇒ Object
Returns the value of attribute dash_length.
559 560 561 |
# File 'lib/ambling/stock.rb', line 559 def dash_length @dash_length end |
#dashed ⇒ Object
Returns the value of attribute dashed.
555 556 557 |
# File 'lib/ambling/stock.rb', line 555 def dashed @dashed end |
#enabled ⇒ Object
Returns the value of attribute enabled.
543 544 545 |
# File 'lib/ambling/stock.rb', line 543 def enabled @enabled end |
#fill_alpha ⇒ Object
Returns the value of attribute fill_alpha.
571 572 573 |
# File 'lib/ambling/stock.rb', line 571 def fill_alpha @fill_alpha end |
#fill_color ⇒ Object
Returns the value of attribute fill_color.
567 568 569 |
# File 'lib/ambling/stock.rb', line 567 def fill_color @fill_color end |