Class: Forecasting::Models::RemainingBudgetedHours
- Defined in:
- lib/forecasting/models/remaining_budgeted_hours.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
attributed, #initialize, modeled, #to_hash
Constructor Details
This class inherits a constructor from Forecasting::Models::Base
Instance Method Details
#project ⇒ Object
10 11 12 |
# File 'lib/forecasting/models/remaining_budgeted_hours.rb', line 10 def project forecast_client.project(id: project_id) end |