Class: InterFAX::Outbound::Fax
- Inherits:
-
InterFAX::Object
- Object
- OpenStruct
- InterFAX::Object
- InterFAX::Outbound::Fax
- Defined in:
- lib/interfax/outbound/fax.rb
Instance Method Summary collapse
Methods inherited from InterFAX::Object
Instance Method Details
#cancel ⇒ Object
6 7 8 |
# File 'lib/interfax/outbound/fax.rb', line 6 def cancel client.outbound.cancel(id) end |
#image ⇒ Object
2 3 4 |
# File 'lib/interfax/outbound/fax.rb', line 2 def image client.outbound.image(id) end |
#reload ⇒ Object
10 11 12 |
# File 'lib/interfax/outbound/fax.rb', line 10 def reload client.outbound.find(id) end |