Method: Forecasting::Client#placeholder
- Defined in:
- lib/forecasting/client.rb
#placeholder(id:) ⇒ Forecasting::Models::Placeholder
85 86 87 |
# File 'lib/forecasting/client.rb', line 85 def placeholder(id:) Forecasting::Models::Placeholder.get(id, forecast_client: self) end |