module Formstack

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/formstack.rb, line 7
def self.client
  @client ||= Client.new
end