class Talkgh::SMS
Public Instance Methods
send(params)
click to toggle source
# File lib/talkgh/sms.rb, line 9 def send(params) request(params: hyphenate(params), type: Get) end
# File lib/talkgh/sms.rb, line 9 def send(params) request(params: hyphenate(params), type: Get) end