Method: LogicalConstruct::ResolutionServer::States::PlanState#name

Defined in:
lib/logical-construct/target/plan-records.rb

#nameObject



106
107
108
109
# File 'lib/logical-construct/target/plan-records.rb', line 106

def name
  return nil unless alive?
  @record.name
end