Class: Ambling::Stock::Settings::Charts::Chart::Grid::YRight

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#alphaObject

Returns the value of attribute alpha.



551
552
553
# File 'lib/ambling/stock.rb', line 551

def alpha
  @alpha
end

#approx_countObject

Returns the value of attribute approx_count.



563
564
565
# File 'lib/ambling/stock.rb', line 563

def approx_count
  @approx_count
end

#colorObject

Returns the value of attribute color.



547
548
549
# File 'lib/ambling/stock.rb', line 547

def color
  @color
end

#dash_lengthObject

Returns the value of attribute dash_length.



559
560
561
# File 'lib/ambling/stock.rb', line 559

def dash_length
  @dash_length
end

#dashedObject

Returns the value of attribute dashed.



555
556
557
# File 'lib/ambling/stock.rb', line 555

def dashed
  @dashed
end

#enabledObject

Returns the value of attribute enabled.



543
544
545
# File 'lib/ambling/stock.rb', line 543

def enabled
  @enabled
end

#fill_alphaObject

Returns the value of attribute fill_alpha.



571
572
573
# File 'lib/ambling/stock.rb', line 571

def fill_alpha
  @fill_alpha
end

#fill_colorObject

Returns the value of attribute fill_color.



567
568
569
# File 'lib/ambling/stock.rb', line 567

def fill_color
  @fill_color
end