Method: Telein#servers

Defined in:
lib/telein.rb

#serversArray<Telein::Server>

An array of servers available to be requested by the client. The client will use the response of the first one that responds the request.

Returns:

See Also:



15
16
17
# File 'lib/telein.rb', line 15

def servers
  @servers ||= []
end