Class: UAT::Discovery::Interfaces::IPathProvider Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/uat/discovery/interfaces/i_path_provider.rb

Overview

This class is abstract.

Instance Method Summary collapse

Instance Method Details

#path_to_append_for(service_name) ⇒ String

This method is abstract.

Parameters:

  • service_name (String)

    the name of the service for which one would like to get the path

Returns:

  • (String)

Raises:

  • (NotImplementedError)


9
# File 'lib/uat/discovery/interfaces/i_path_provider.rb', line 9

def path_to_append_for(service_name) raise NotImplementedError end