Class: LitleOnline::RegisterTokenListener

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



135
136
137
138
139
# File 'lib/LitleListeners.rb', line 135

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