Method: Rodbot::Relay#loops

Defined in:
lib/rodbot/relay.rb

#loopsArray<Proc>

This method is abstract.

Loops which will be called by the relay service

Returns:

  • (Array<Proc>)
[View source]

58
59
60
# File 'lib/rodbot/relay.rb', line 58

def loops
  fail(Rodbot::RelayError, "loops method is not implemented")
end