module ActionSmser

Constants

VERSION

Public Class Methods

gateway_commit_observer_add(observer_class) click to toggle source
# File lib/action_smser.rb, line 17
def self.gateway_commit_observer_add(observer_class)
  self.delivery_options[:gateway_commit_observers].push(observer_class)
end