Class: Ruboty::Callng::Actions::Call

Inherits:
Actions::Base
  • Object
show all
Defined in:
lib/ruboty/callng/actions/call.rb

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
# File 'lib/ruboty/callng/actions/call.rb', line 8

def call
  phone_call(generate_text)
end

#call_with_messageObject



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

def call_with_message
  phone_call(message[:text])
end