Sha256: d4ebbf543c0f2e5fcbe4d44e24f875c7fbc7bfaa7ef147a5581fc0f77d51b513
Contents?: true
Size: 369 Bytes
Versions: 19
Compression:
Stored size: 369 Bytes
Contents
# encoding: utf-8 class HelloSmser < ActionSmser::Base def hello(to, from, body) sms(:to => to, :from => from, :body => body) end def hello_world() sms(:to => "123", :from => '123', :body => 'hello world') end def hello_olli() sms(:to => '358407573855', :from => 'ActionSmser', :body => 'Hello from action smser, encode ääkköset!#') end end
Version data entries
19 entries across 19 versions & 1 rubygems