Method: Forecasting::Client#person
- Defined in:
- lib/forecasting/client.rb
#person(id:) ⇒ Forecasting::Models::Person
73 74 75 |
# File 'lib/forecasting/client.rb', line 73 def person(id:) Forecasting::Models::Person.get(id, forecast_client: self) end |