Sha256: 585c4c858db0be871ba0253eff03f4bc62dfd92a30e0a9cabf5dd4536ee8051e

Contents?: true

Size: 212 Bytes

Versions: 2

Compression:

Stored size: 212 Bytes

Contents

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
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
action_smser-1.0.1 test/dummy/app/mailers/hello_smser.rb
action_smser-1.0.0 test/dummy/app/mailers/hello_smser.rb