class UAT::Discovery::Interfaces::IClient

@abstract

Public Instance Methods

urls_for_service(service_name) click to toggle source

@abstract @param service_name [String] the name of the service for which one would like to retrieve the host urls @return [Array<URI::Generic>]

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