Class: LogicalConstruct::ResolutionServer::ServicesHost

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeServicesHost

Returns a new instance of ServicesHost.



23
24
25
# File 'lib/logical-construct/target/resolution-server.rb', line 23

def initialize
  @plan_records = PlanRecords.new
end

Instance Attribute Details

#plan_recordsObject

Returns the value of attribute plan_records.



21
22
23
# File 'lib/logical-construct/target/resolution-server.rb', line 21

def plan_records
  @plan_records
end

Instance Method Details

#destination_dirObject



27
28
29
# File 'lib/logical-construct/target/resolution-server.rb', line 27

def destination_dir
  plan_records.directories.delivered
end