class SmsService::Service::SMS

SMS###################################################################

Attributes

text[RW]
to[RW]

Public Class Methods

new(text,to) click to toggle source
# File lib/sms_service/services/message.rb, line 35
def initialize text,to
  @text,@to,=text,to
end