Class: InterFAX::Outbound::Fax

Inherits:
InterFAX::Object show all
Defined in:
lib/interfax/outbound/fax.rb

Instance Method Summary collapse

Methods inherited from InterFAX::Object

#attributes, #inspect

Instance Method Details

#cancelObject



6
7
8
# File 'lib/interfax/outbound/fax.rb', line 6

def cancel
  client.outbound.cancel(id)
end

#imageObject



2
3
4
# File 'lib/interfax/outbound/fax.rb', line 2

def image
  client.outbound.image(id)
end

#reloadObject



10
11
12
# File 'lib/interfax/outbound/fax.rb', line 10

def reload
  client.outbound.find(id)
end