class UAT::Discovery::Interfaces::IPathProvider

@abstract

Public Instance Methods

path_to_append_for(service_name) click to toggle source

@abstract @param service_name [String] the name of the service for which one would like to get the path @return [String]

# File lib/uat/discovery/interfaces/i_path_provider.rb, line 9
def path_to_append_for(service_name) raise NotImplementedError end