module SquarespaceApi

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/squarespace_api.rb, line 22
def config
  @_config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/squarespace_api.rb, line 17
def configure
  yield config if block_given?
  config
end