Method: Forecasting::Client#client
- Defined in:
- lib/forecasting/client.rb
#client(id:) ⇒ Forecasting::Models::Client
36 37 38 |
# File 'lib/forecasting/client.rb', line 36 def client(id:) Forecasting::Models::Client.get(id, forecast_client: self) end |