Class: TechnicalAnalysis::Momentum::RSI
- Inherits:
-
Struct
- Object
- Struct
- TechnicalAnalysis::Momentum::RSI
- Defined in:
- lib/technical_analysis/lane.rb,
lib/technical_analysis/momentum/rsi.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
4 5 6 |
# File 'lib/technical_analysis/lane.rb', line 4 def time @time end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'lib/technical_analysis/lane.rb', line 4 def value @value end |