module Spage

Base module for the Spage Client

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/spage.rb, line 33
def self.config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/spage.rb, line 37
def self.configure
  yield(config)
  config
end