module RenderAPI
Constants
- Error
Public Class Methods
client(api_key)
click to toggle source
# File lib/render_api.rb, line 8 def self.client(api_key) RenderAPI::Client.new(api_key) end
# File lib/render_api.rb, line 8 def self.client(api_key) RenderAPI::Client.new(api_key) end