module Freemle
Public Class Methods
client(*args)
click to toggle source
Convenient way to initialize a freemle client.
@see {Freemle::Client.initialize}
@since 1.0.1
# File lib/freemle.rb, line 11 def client(*args) Freemle::Client.new(*args) end
Private Instance Methods
client(*args)
click to toggle source
Convenient way to initialize a freemle client.
@see {Freemle::Client.initialize}
@since 1.0.1
# File lib/freemle.rb, line 11 def client(*args) Freemle::Client.new(*args) end