module RendertronRuby
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/rendertron_ruby.rb, line 17 def self.client RendertronRuby::Client.new(options) end
get(url)
click to toggle source
# File lib/rendertron_ruby.rb, line 9 def self.get(url) client.get(url) end
get_ss(url)
click to toggle source
# File lib/rendertron_ruby.rb, line 13 def self.get_ss(url) client.get_ss(url) end