Class: ComputedModel::Plan
- Inherits:
-
Struct
- Object
- Struct
- ComputedModel::Plan
- Defined in:
- lib/computed_model.rb
Overview
A return value from ClassMethods#computing_plan.
Instance Attribute Summary collapse
-
#load_order ⇒ Object
Returns the value of attribute load_order.
-
#subdeps_hash ⇒ Object
Returns the value of attribute subdeps_hash.
Instance Attribute Details
#load_order ⇒ Object
Returns the value of attribute load_order
28 29 30 |
# File 'lib/computed_model.rb', line 28 def load_order @load_order end |
#subdeps_hash ⇒ Object
Returns the value of attribute subdeps_hash
28 29 30 |
# File 'lib/computed_model.rb', line 28 def subdeps_hash @subdeps_hash end |