Class: Pntfr::Session::Base
- Inherits:
-
Object
- Object
- Pntfr::Session::Base
- Defined in:
- lib/pntfr/session/base.rb
Instance Method Summary collapse
-
#initialize(devices) ⇒ Base
constructor
A new instance of Base.
- #msg(content) ⇒ Object
- #notify(push_ids, data) ⇒ Object
Constructor Details
#initialize(devices) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/pntfr/session/base.rb', line 4 def initialize devices @devices= devices end |
Instance Method Details
#msg(content) ⇒ Object
7 8 9 |
# File 'lib/pntfr/session/base.rb', line 7 def msg content raise 'not implemented!' end |
#notify(push_ids, data) ⇒ Object
10 11 12 |
# File 'lib/pntfr/session/base.rb', line 10 def notify(push_ids, data) raise 'not implemented!' end |