module Regrapher
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/regrapher.rb, line 12 def client @client ||= Client.new end
client=(client)
click to toggle source
# File lib/regrapher.rb, line 8 def client=(client) @client = client end