Class: Timeprice::Forecast::Result
- Inherits:
-
Data
- Object
- Data
- Timeprice::Forecast::Result
- Defined in:
- lib/timeprice/forecast.rb
Instance Attribute Summary collapse
-
#basis_kind ⇒ Object
readonly
Returns the value of attribute basis_kind.
-
#high ⇒ Object
readonly
Returns the value of attribute high.
-
#horizon_months ⇒ Object
readonly
Returns the value of attribute horizon_months.
-
#last_known_date ⇒ Object
readonly
Returns the value of attribute last_known_date.
-
#low ⇒ Object
readonly
Returns the value of attribute low.
-
#projection_method ⇒ Object
readonly
Returns the value of attribute projection_method.
-
#sigma_pct ⇒ Object
readonly
Returns the value of attribute sigma_pct.
-
#target_date ⇒ Object
readonly
Returns the value of attribute target_date.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
-
#window_years ⇒ Object
readonly
Returns the value of attribute window_years.
Instance Attribute Details
#basis_kind ⇒ Object (readonly)
Returns the value of attribute basis_kind
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def basis_kind @basis_kind end |
#high ⇒ Object (readonly)
Returns the value of attribute high
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def high @high end |
#horizon_months ⇒ Object (readonly)
Returns the value of attribute horizon_months
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def horizon_months @horizon_months end |
#last_known_date ⇒ Object (readonly)
Returns the value of attribute last_known_date
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def last_known_date @last_known_date end |
#low ⇒ Object (readonly)
Returns the value of attribute low
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def low @low end |
#projection_method ⇒ Object (readonly)
Returns the value of attribute projection_method
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def projection_method @projection_method end |
#sigma_pct ⇒ Object (readonly)
Returns the value of attribute sigma_pct
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def sigma_pct @sigma_pct end |
#target_date ⇒ Object (readonly)
Returns the value of attribute target_date
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def target_date @target_date end |
#value ⇒ Object (readonly)
Returns the value of attribute value
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def value @value end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def warnings @warnings end |
#window_years ⇒ Object (readonly)
Returns the value of attribute window_years
14 15 16 |
# File 'lib/timeprice/forecast.rb', line 14 def window_years @window_years end |