Method: BrpmRequest#plan_stages
- Defined in:
- lib/brpm_request.rb
#plan_stages ⇒ Object
Gets the plan stages available for the plan
Returns
-
array of hashes of plan stages
192 193 194 |
# File 'lib/brpm_request.rb', line 192 def plan_stages plan["plan_stages"] end |