Class: Africastalking::Airtime

Inherits:
Connection show all
Defined in:
lib/africastalking/airtime.rb

Class Method Summary collapse

Methods inherited from Connection

headers

Class Method Details

.send(recipients) ⇒ Object Also known as: buy



5
6
7
# File 'lib/africastalking/airtime.rb', line 5

def send(recipients)
  post('/version1/airtime/send', build_airtime(recipients))
end