Class: LogicalConstruct::ResolutionServer::Models::UnresolvedPlansList

Inherits:
FullPlansList
  • Object
show all
Defined in:
lib/logical-construct/target/resolution-server.rb

Instance Method Summary collapse

Methods inherited from FullPlansList

#add_child, #exists?, #fill_graph, #update

Instance Method Details

#plan_recordsObject



115
116
117
118
# File 'lib/logical-construct/target/resolution-server.rb', line 115

def plan_records
  #recheck resolution?
  services.plan_records.find_all{|record| !record.resolved?}
end