Class: TechnicalAnalysis::MovingAverage::EMA
- Inherits:
-
Struct
- Object
- Struct
- TechnicalAnalysis::MovingAverage::EMA
- Defined in:
- lib/calculation_helpers.rb,
lib/technical_analysis/moving-average/exp-ma.rb
Instance Attribute Summary collapse
-
#time ⇒ Object
Returns the value of attribute time.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#time ⇒ Object
Returns the value of attribute time
22 23 24 |
# File 'lib/calculation_helpers.rb', line 22 def time @time end |
#value ⇒ Object
Returns the value of attribute value
22 23 24 |
# File 'lib/calculation_helpers.rb', line 22 def value @value end |