class SMSMessages
Attributes
date[R]
from[R]
id[R]
linkId[R]
text[R]
to[R]
Public Class Methods
new(id_, text_, from_, to_, linkId_, date_)
click to toggle source
# File lib/AfricasTalking/Sms.rb, line 260 def initialize(id_, text_, from_, to_, linkId_, date_) @id = id_ @text = text_ @from = from_ @to = to_ @linkId = linkId_ @date = date_ end