Class: UAT::Discovery::Interfaces::IClient Abstract

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

Overview

This class is abstract.

Direct Known Subclasses

Client, MockClient

Instance Method Summary collapse

Instance Method Details

#urls_for_service(service_name) ⇒ Array<URI::Generic>

This method is abstract.

Parameters:

  • service_name (String)

    the name of the service for which one would like to retrieve the host urls

Returns:

  • (Array<URI::Generic>)

Raises:

  • (NotImplementedError)


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

def urls_for_service(service_name) raise NotImplementedError end