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

Version Path
action_smser-3.4.1 test/dummy/app/mailers/hello_smser.rb
action_smser-3.4.0 test/dummy/app/mailers/hello_smser.rb
action_smser-3.3.0 test/dummy/app/mailers/hello_smser.rb
action_smser-3.2.0 test/dummy/app/mailers/hello_smser.rb
action_smser-3.1.2 test/dummy/app/mailers/hello_smser.rb
action_smser-3.1.1 test/dummy/app/mailers/hello_smser.rb
action_smser-3.1.0 test/dummy/app/mailers/hello_smser.rb
action_smser-3.0.0 test/dummy/app/mailers/hello_smser.rb
action_smser-2.2.0 test/dummy/app/mailers/hello_smser.rb
action_smser-2.1.2 test/dummy/app/mailers/hello_smser.rb
action_smser-2.1.1 test/dummy/app/mailers/hello_smser.rb
action_smser-2.1.0 test/dummy/app/mailers/hello_smser.rb
action_smser-2.0.2 test/dummy/app/mailers/hello_smser.rb
action_smser-2.0.1 test/dummy/app/mailers/hello_smser.rb
action_smser-2.0.0 test/dummy/app/mailers/hello_smser.rb
action_smser-1.2.1 test/dummy/app/mailers/hello_smser.rb
action_smser-1.2.0 test/dummy/app/mailers/hello_smser.rb
action_smser-1.1.1 test/dummy/app/mailers/hello_smser.rb
action_smser-1.1.0 test/dummy/app/mailers/hello_smser.rb