Class: BlipAdapter
- Inherits:
-
BaseAdapter
- Object
- BaseAdapter
- BlipAdapter
- Defined in:
- lib/adapters/blip.rb
Constant Summary collapse
- URL =
"http://api.blip.pl/updates"
Instance Attribute Summary
Attributes inherited from BaseAdapter
Instance Method Summary collapse
Methods inherited from BaseAdapter
#add_headers, #add_tags, #default_headers_map, #initialize, #process_deliver
Constructor Details
This class inherits a constructor from BaseAdapter
Instance Method Details
#deliver(message, tags = []) ⇒ Object
5 6 7 8 |
# File 'lib/adapters/blip.rb', line 5 def deliver(, = []) = (, ) process_deliver(URL, {'body' => [0,160]}, ';') end |