lib/voipfone_client/sms.rb in voipfone_client-0.2.1 vs lib/voipfone_client/sms.rb in voipfone_client-0.3.0
- old
+ new
@@ -1,6 +1,6 @@
module VoipfoneClient
- class SMS < Client
+ class SMS < Session
attr_accessor :from, :to, :message
# Constructor to create an SMS - optionally pass in to, from and message
# @param to [String] the phone number to send the SMS to, as a string. Spaces will be stripped; + symbol allowed.
# @param from [String] the phone number to send the SMS from, as a string. Spaces will be stripped; + symbol allowed.
\ No newline at end of file