Method: TechnicalAnalysis::FiValue#to_hash

Defined in:
lib/technical_analysis/indicators/fi.rb

#to_hashHash

Returns the attributes as a hash.

Returns:

  • (Hash)

    the attributes as a hash



90
91
92
# File 'lib/technical_analysis/indicators/fi.rb', line 90

def to_hash
  { date_time: @date_time, fi: @fi }
end