Class: LitleOnline::EcheckRedepositListener

Inherits:
DefaultLitleListener show all
Defined in:
lib/LitleListeners.rb

Instance Method Summary collapse

Methods inherited from DefaultLitleListener

#initialize

Constructor Details

This class inherits a constructor from LitleOnline::DefaultLitleListener

Instance Method Details

#apply(duck) ⇒ Object



119
120
121
122
123
# File 'lib/LitleListeners.rb', line 119

def apply(duck)
  if(duck["type"] == "echeckRedepositResponse") then
    @action.call(duck)
  end
end