class InterFAX::Files

Public Class Methods

new(client) click to toggle source
# File lib/interfax/files.rb, line 2
def initialize client
  @client = client
end

Public Instance Methods

create(data, options = {}) click to toggle source
# File lib/interfax/files.rb, line 6
def create data, options = {}
  InterFAX::File.new(@client, data, options)
end