Class: Ruboty::Handlers::Call

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/handlers/call.rb

Instance Method Summary collapse

Instance Method Details

#phone_call(message) ⇒ Object

call is already used in ruboty



12
13
14
# File 'lib/ruboty/handlers/call.rb', line 12

def phone_call(message)
  Ruboty::Call::Actions::Call.new(message).call
end