Method: Infostrada::EndpointsPoller.listen_to

Defined in:
lib/infostrada/endpoints_poller.rb

.listen_to(endpoints) ⇒ Object

Also called on the cubclasses to set what are the endpoints that we will parse.



37
38
39
# File 'lib/infostrada/endpoints_poller.rb', line 37

def listen_to(endpoints)
  @endpoints = endpoints
end