module Tilda::Simple::Api
Constants
- VERSION
Attributes
config[W]
Public Class Methods
config()
click to toggle source
# File lib/tilda/simple/api.rb, line 14 def config @config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/tilda/simple/api.rb, line 18 def configure yield(config) end