Class: LogicalConstruct::ResolutionServer::States::Resolved

Inherits:
PlanState
  • Object
show all
Defined in:
lib/logical-construct/target/plan-records.rb

Constant Summary

Constants included from Protocol::PlanValidation

Protocol::PlanValidation::BIG_CHUNK

Instance Attribute Summary

Attributes inherited from PlanState

#record

Instance Method Summary collapse

Methods inherited from PlanState

#==, #alive?, #can_receive?, #cancel!, #change, #current_path, #current_plans_dir, #delivered_plans_dir, #enter, #exists?, #filehash, #initialize, #inspect, #join, #name, #receive, #received_path, #resolve, #state, #storage_path_for, #stored_plans_dir

Methods included from Protocol::PlanValidation

#check_digest, #chunk_size, #digest, #file_checksum, #generate_checksum, #realpath

Constructor Details

This class inherits a constructor from LogicalConstruct::ResolutionServer::States::PlanState

Instance Method Details

#resolved?Boolean

Returns:

  • (Boolean)


257
258
259
# File 'lib/logical-construct/target/plan-records.rb', line 257

def resolved?
  true
end