Class: Timeprice::Forecast::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/timeprice/forecast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#basis_kindObject (readonly)

Returns the value of attribute basis_kind

Returns:

  • (Object)

    the current value of basis_kind



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def basis_kind
  @basis_kind
end

#highObject (readonly)

Returns the value of attribute high

Returns:

  • (Object)

    the current value of high



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def high
  @high
end

#horizon_monthsObject (readonly)

Returns the value of attribute horizon_months

Returns:

  • (Object)

    the current value of horizon_months



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def horizon_months
  @horizon_months
end

#last_known_dateObject (readonly)

Returns the value of attribute last_known_date

Returns:

  • (Object)

    the current value of last_known_date



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def last_known_date
  @last_known_date
end

#lowObject (readonly)

Returns the value of attribute low

Returns:

  • (Object)

    the current value of low



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def low
  @low
end

#projection_methodObject (readonly)

Returns the value of attribute projection_method

Returns:

  • (Object)

    the current value of projection_method



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def projection_method
  @projection_method
end

#sigma_pctObject (readonly)

Returns the value of attribute sigma_pct

Returns:

  • (Object)

    the current value of sigma_pct



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def sigma_pct
  @sigma_pct
end

#target_dateObject (readonly)

Returns the value of attribute target_date

Returns:

  • (Object)

    the current value of target_date



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def target_date
  @target_date
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def value
  @value
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def warnings
  @warnings
end

#window_yearsObject (readonly)

Returns the value of attribute window_years

Returns:

  • (Object)

    the current value of window_years



14
15
16
# File 'lib/timeprice/forecast.rb', line 14

def window_years
  @window_years
end