class InterFAX::Outbound::Fax

Public Instance Methods

cancel() click to toggle source
# File lib/interfax/outbound/fax.rb, line 6
def cancel
  client.outbound.cancel(id)
end
image() click to toggle source
# File lib/interfax/outbound/fax.rb, line 2
def image
  client.outbound.image(id)
end
reload() click to toggle source
# File lib/interfax/outbound/fax.rb, line 10
def reload
  client.outbound.find(id)
end