Method: SMSController#initialize
- Defined in:
- lib/external/sms.rb
#initialize(bluetoothDevice, phoneNum, smsText) ⇒ SMSController
Returns a new instance of SMSController.
13 14 15 16 17 |
# File 'lib/external/sms.rb', line 13 def initialize(bluetoothDevice,phoneNum,smsText) @@bluetoothDevice = bluetoothDevice @@phoneNum = phoneNum @@smsText = smsText end |