Method: Telein#servers
- Defined in:
- lib/telein.rb
#servers ⇒ Array<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.
15 16 17 |
# File 'lib/telein.rb', line 15 def servers @servers ||= [] end |