class AfricasTalking::SmsMessage
Attributes
date[RW]
from[RW]
id[RW]
linkId[RW]
text[RW]
to[RW]
Public Class Methods
new(id, text, from, to, linkId, date)
click to toggle source
# File lib/africas_talking/sms_message.rb, line 5 def initialize(id, text, from, to, linkId, date) @id = id @text = text @from = from @to = to @linkId = linkId @date = date end