Class: Imessage::Sender
- Inherits:
-
Object
- Object
- Imessage::Sender
- Defined in:
- lib/imessage/sender.rb
Instance Method Summary collapse
Instance Method Details
#deliver(options = {text:nil, attachment:nil, contacts: []}) ⇒ Object
3 4 5 6 7 |
# File 'lib/imessage/sender.rb', line 3 def deliver( = {text:nil, attachment:nil, contacts: []}) [:contacts].each do |contact| _deliver([:text], [:attachment], contact) end end |