Class: TechnicalAnalysis::Momentum::LANE

Inherits:
Struct
  • Object
show all
Defined in:
lib/technical_analysis/momentum/lane-stochastic.rb

Instance Attribute Summary collapse

Instance Attribute Details

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



3
4
5
# File 'lib/technical_analysis/momentum/lane-stochastic.rb', line 3

def time
  @time
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



3
4
5
# File 'lib/technical_analysis/momentum/lane-stochastic.rb', line 3

def value
  @value
end