Class: Nuge::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/nuge/client.rb

Direct Known Subclasses

Nuge::Clients::Grocer

Instance Method Summary collapse

Instance Method Details

#push(ids, message) ⇒ Object



9
10
# File 'lib/nuge/client.rb', line 9

def push(ids, message)
end

#register(id, options = {}) ⇒ Object



3
4
# File 'lib/nuge/client.rb', line 3

def register(id, options = {})
end

#unregister(id, options = {}) ⇒ Object



6
7
# File 'lib/nuge/client.rb', line 6

def unregister(id, options = {})
end