Class: Smsapi::GroupSMS

Inherits:
BulkSMS show all
Defined in:
lib/smsapi/group_sms.rb

Instance Attribute Summary

Attributes inherited from BulkSMS

#message, #sent, #to

Instance Method Summary collapse

Methods inherited from BulkSMS

#deliver, #initialize

Methods included from Defaults

#default_options

Constructor Details

This class inherits a constructor from Smsapi::BulkSMS

Instance Method Details

#sendObject



3
4
5
# File 'lib/smsapi/group_sms.rb', line 3

def send
  # read_response = server.send_group(server_params)
end