Class: JPush::Handler
- Inherits:
-
Object
- Object
- JPush::Handler
- Defined in:
- lib/jpush/handler.rb
Instance Method Summary collapse
-
#initialize(jpush) ⇒ Handler
constructor
A new instance of Handler.
Constructor Details
#initialize(jpush) ⇒ Handler
Returns a new instance of Handler.
4 5 6 |
# File 'lib/jpush/handler.rb', line 4 def initialize(jpush) @jpush = jpush end |