Class: ComputedModel::Plan

Inherits:
Struct
  • Object
show all
Defined in:
lib/computed_model.rb

Overview

A return value from ClassMethods#computing_plan.

Instance Attribute Summary collapse

Instance Attribute Details

#load_orderObject

Returns the value of attribute load_order

Returns:

  • (Object)

    the current value of load_order



28
29
30
# File 'lib/computed_model.rb', line 28

def load_order
  @load_order
end

#subdeps_hashObject

Returns the value of attribute subdeps_hash

Returns:

  • (Object)

    the current value of subdeps_hash



28
29
30
# File 'lib/computed_model.rb', line 28

def subdeps_hash
  @subdeps_hash
end