Method: Forecasting::Client#ftux_state
- Defined in:
- lib/forecasting/client.rb
#ftux_state ⇒ Forecasting::Models::FtuxState
48 49 50 |
# File 'lib/forecasting/client.rb', line 48 def ftux_state Forecasting::Models::FtuxState.new(get("ftux_state")["ftux_state"], forecast_client: self) end |